From 0d40620a68fdfa07351d836a3a2d0ef9cffe9cb5 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 7 Aug 2013 09:59:47 +0000 Subject: [PATCH] video timeline panel: set self.options.paused on paused event --- source/Ox.UI/js/Video/VideoTimelinePanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Video/VideoTimelinePanel.js b/source/Ox.UI/js/Video/VideoTimelinePanel.js index c4b50cc9..b8bdfea5 100644 --- a/source/Ox.UI/js/Video/VideoTimelinePanel.js +++ b/source/Ox.UI/js/Video/VideoTimelinePanel.js @@ -140,6 +140,7 @@ Ox.VideoTimelinePanel = function(options, self) { that.triggerEvent('muted', data); }, paused: function(data) { + self.options.paused = data.paused; that.triggerEvent('paused', data); }, playing: function(data) {