Skip to content

Commit

Permalink
Removed faulty single-target events
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Lundfall committed Jun 8, 2017
1 parent b25d667 commit 246767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/DOMEventHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ define(function (require, exports, module) {

//TODO Add more to complete list
var singleElementEvents = [
'submit', 'focus', 'blur', 'load', 'unload', 'change', 'reset', 'scroll', 'mousewheel', 'wheel'
'submit', 'focus', 'blur', 'load', 'unload', 'change', 'reset', 'scroll'
];

var initializedListeners = {};
Expand Down

0 comments on commit 246767d

Please sign in to comment.