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(); }