1
0
Fork 0
forked from 0x2620/oxjs

various annotation-related bugfixes

This commit is contained in:
rlx 2012-01-27 19:59:11 +05:30
commit a7a3f167c9
10 changed files with 135 additions and 75 deletions

View file

@ -643,6 +643,9 @@ Ox.VideoEditor = function(options, self) {
self.editing = true;
setTimelineState();
},
info: function(data) {
that.triggerEvent('info', data);
},
paused: togglePaused,
remove: function(data) {
Ox.print('?>???', data)