1
0
Fork 0
forked from 0x2620/oxjs

fix video widget listeners and triggers

This commit is contained in:
rlx 2011-09-26 19:45:36 +00:00
commit ef9040ba24
2 changed files with 12 additions and 1 deletions

View file

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