add missing public togglePaused method to Ox.VideoTimelinePlayer
This commit is contained in:
parent
aae7ba2485
commit
d7f0464ee6
1 changed files with 5 additions and 0 deletions
|
@ -802,6 +802,11 @@ Ox.VideoTimelinePlayer = function(options, self) {
|
|||
}
|
||||
};
|
||||
|
||||
that.togglePaused = function() {
|
||||
togglePaused();
|
||||
return that;
|
||||
};
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue