video timeline panel: set self.options.paused on paused event

This commit is contained in:
rlx 2013-08-07 09:59:47 +00:00
parent b095385d14
commit 0d40620a68

View file

@ -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) {