make video editor accept position option

This commit is contained in:
rlx 2011-08-16 13:29:16 +00:00
commit 6f64ad3512
2 changed files with 1 additions and 2 deletions

View file

@ -993,7 +993,7 @@ Ox.VideoEditor = function(options, self) {
Ox.print('XXXX setSizes', key, value, self.options.width, self.options.height)
setSizes();
} else if (key == 'position') {
self.$player[0].position(value);
setPosition(value);
}
};