fix that.playInToOut
This commit is contained in:
parent
0a9685ee6d
commit
3fa1c56510
1 changed files with 1 additions and 1 deletions
|
@ -1744,7 +1744,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
|||
self.$annotationPanel[i].removeItem(id);
|
||||
};
|
||||
*/
|
||||
that.playInToOut() {
|
||||
that.playInToOut = function() {
|
||||
self.$player[0].playInToOut();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue