update video editor
This commit is contained in:
parent
43d04f242d
commit
ef82ff8967
3 changed files with 17 additions and 12 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue