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