video timeline panel: set self.options.paused on paused event
This commit is contained in:
parent
b095385d14
commit
0d40620a68
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ Ox.VideoTimelinePanel = function(options, self) {
|
||||||
that.triggerEvent('muted', data);
|
that.triggerEvent('muted', data);
|
||||||
},
|
},
|
||||||
paused: function(data) {
|
paused: function(data) {
|
||||||
|
self.options.paused = data.paused;
|
||||||
that.triggerEvent('paused', data);
|
that.triggerEvent('paused', data);
|
||||||
},
|
},
|
||||||
playing: function(data) {
|
playing: function(data) {
|
||||||
|
|
Loading…
Reference in a new issue