forked from 0x2620/pandora
don't log mousewheel event, fixes #1993
This commit is contained in:
parent
388f4c9d74
commit
837471c50a
1 changed files with 1 additions and 1 deletions
|
@ -1789,7 +1789,7 @@ pandora.logEvent = function(data, event, element) {
|
|||
var element = this,
|
||||
handlers = self.eventHandlers ? self.eventHandlers[event] : [];
|
||||
if (!Ox.contains([
|
||||
'mousedown', 'mouserepeat', 'anyclick', 'singleclick', 'doubleclick',
|
||||
'mousedown', 'mouserepeat', 'anyclick', 'singleclick', 'doubleclick', 'mousewheel',
|
||||
'dragstart', 'drag', 'dragenter', 'dragleave', 'dragpause', 'dragend',
|
||||
'draganddropstart', 'draganddrop', 'draganddropenter', 'draganddropleave', 'draganddropend',
|
||||
'playing', 'position', 'progress', 'request'
|
||||
|
|
Loading…
Reference in a new issue