forked from 0x2620/oxjs
fix video widget listeners and triggers
This commit is contained in:
parent
f2c8644001
commit
ef9040ba24
2 changed files with 12 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue