make position input in in/out viewers work

This commit is contained in:
rolux 2011-05-19 15:12:27 +02:00
parent 78a4229689
commit d326adf2e9

View file

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