From 6c231c5cd51a521089ec1abcfe5dd478efa67295 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 8 Nov 2011 19:29:05 +0000 Subject: [PATCH] fix a bug where in Ox.VideoPanelPlayer, the large timeline would no longer be tied to the small timeline --- source/Ox.UI/js/Video/Ox.VideoPanelPlayer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Video/Ox.VideoPanelPlayer.js b/source/Ox.UI/js/Video/Ox.VideoPanelPlayer.js index 540af2f7..fa8b0214 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPanelPlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoPanelPlayer.js @@ -98,6 +98,7 @@ Ox.VideoPanelPlayer = function(options, self) { }, playing: setPosition, position: function(data) { + setPosition(data); that.triggerEvent('position', data); }, scale: function(data) {