1
0
Fork 0
forked from 0x2620/oxjs

fix #1925 (large timeline not functional)

This commit is contained in:
rlx 2013-11-08 19:16:08 +00:00
commit 70f3b8f965

View file

@ -432,7 +432,8 @@ Ox.VideoPlayerPanel = function(options, self) {
self.$annotationPanel.options({position: self.options.position}); self.$annotationPanel.options({position: self.options.position});
} }
function dragendTimeline() { function dragendTimeline(data) {
dragTimeline(data);
that.triggerEvent('position', {position: self.options.position}); that.triggerEvent('position', {position: self.options.position});
} }