diff --git a/source/Ox.UI/js/Video/VideoPlayerPanel.js b/source/Ox.UI/js/Video/VideoPlayerPanel.js index eb037b58..f30838e9 100644 --- a/source/Ox.UI/js/Video/VideoPlayerPanel.js +++ b/source/Ox.UI/js/Video/VideoPlayerPanel.js @@ -472,6 +472,10 @@ Ox.VideoPlayerPanel = function(options, self) { * self.options.annotationsSize - 16 - 1; } + function goToPoint(point) { + setPosition(self.options[point]); + } + function playInToOut() { self.$video.playInToOut(); }