Ox.Event: don't log mousewheel event
This commit is contained in:
parent
066cc7cf04
commit
0be0d5fbb7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Ox.Event = (function() {
|
|||
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'
|
||||
|
|
Loading…
Reference in a new issue