From 3fa1c5651027f163627a3addbaca923c38e14085 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 29 Oct 2021 22:22:01 +0100 Subject: [PATCH] fix that.playInToOut --- source/UI/js/Video/VideoAnnotationPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/UI/js/Video/VideoAnnotationPanel.js b/source/UI/js/Video/VideoAnnotationPanel.js index 320d68d3..1e69262c 100644 --- a/source/UI/js/Video/VideoAnnotationPanel.js +++ b/source/UI/js/Video/VideoAnnotationPanel.js @@ -1744,7 +1744,7 @@ Ox.VideoAnnotationPanel = function(options, self) { self.$annotationPanel[i].removeItem(id); }; */ - that.playInToOut() { + that.playInToOut = function() { self.$player[0].playInToOut(); }