From d326adf2e9569100fc2229c0980c6990fcccd584 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 19 May 2011 15:12:27 +0200 Subject: [PATCH] make position input in in/out viewers work --- source/Ox.UI/js/Video/Ox.VideoEditor.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index b877efda..e285fea1 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -176,6 +176,9 @@ Ox.VideoEditor = function(options, self) { gotopoint: function() { goToPoint(type); }, + position: function(data) { + setPoint(type, data.position); + }, setpoint: function() { setPoint(type, self.options.position); }