add that.playInToOut to VideoPlayerPanel
This commit is contained in:
parent
c764680042
commit
a29d33e4b1
1 changed files with 4 additions and 0 deletions
|
@ -722,6 +722,10 @@ Ox.VideoPlayerPanel = function(options, self) {
|
|||
self.$videoPanel.toggleElement(1);
|
||||
};
|
||||
|
||||
that.playInToOut = function() {
|
||||
self.$video.playInToOut();
|
||||
};
|
||||
|
||||
return that;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue