fix a bug where in Ox.VideoPanelPlayer, the large timeline would no longer be tied to the small timeline

This commit is contained in:
rlx 2011-11-08 19:29:05 +00:00
parent c104c75c69
commit 6c231c5cd5

View file

@ -98,6 +98,7 @@ Ox.VideoPanelPlayer = function(options, self) {
},
playing: setPosition,
position: function(data) {
setPosition(data);
that.triggerEvent('position', data);
},
scale: function(data) {