make position input in in/out viewers work
This commit is contained in:
parent
78a4229689
commit
d326adf2e9
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@ Ox.VideoEditor = function(options, self) {
|
||||||
gotopoint: function() {
|
gotopoint: function() {
|
||||||
goToPoint(type);
|
goToPoint(type);
|
||||||
},
|
},
|
||||||
|
position: function(data) {
|
||||||
|
setPoint(type, data.position);
|
||||||
|
},
|
||||||
setpoint: function() {
|
setpoint: function() {
|
||||||
setPoint(type, self.options.position);
|
setPoint(type, self.options.position);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue