update video editor

This commit is contained in:
rlx 2012-01-11 17:24:58 +05:30
commit ef82ff8967
3 changed files with 17 additions and 12 deletions

View file

@ -1290,11 +1290,11 @@ Ox.VideoEditor = function(options, self) {
function togglePaused() {
self.$player[0].togglePaused();
/* fixme
///* FIXME
self.$player[0].options('paused') && that.triggerEvent('position', {
position: self.$player[0].options('position')
});
*/
//*/
}
function toggleSize() {