fix that.playInToOut

This commit is contained in:
j 2021-10-29 22:22:01 +01:00
parent 0a9685ee6d
commit 3fa1c56510

View file

@ -1744,7 +1744,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
self.$annotationPanel[i].removeItem(id);
};
*/
that.playInToOut() {
that.playInToOut = function() {
self.$player[0].playInToOut();
}