video player panel: fix go to in/out

This commit is contained in:
rolux 2014-01-17 11:37:27 +00:00
parent 1ae98892cf
commit 63f06c984d

View file

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