in video player, separate playing event from position event, so controls that need live updates can bind to playing, while others can safely bind to position
This commit is contained in:
parent
d152c4b48b
commit
291b75c43b
4 changed files with 22 additions and 3 deletions
|
|
@ -427,7 +427,7 @@ Ox.Element = function(options, self) {
|
|||
'playing', 'position', 'progress'
|
||||
].indexOf(event) == -1) {
|
||||
if (!/^pandora_/.test(event)) {
|
||||
Ox.Log('Core', that.id, self.options.id, 'trigger', event, data);
|
||||
Ox.Log('EVENT', that.id, self.options.id, 'trigger', event, data);
|
||||
}
|
||||
}
|
||||
// it is necessary to check if self.$eventHandler exists,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue