Skip to content
Permalink
Browse files
Fix #10676. Remove wheelDelta from the event props list.
A cross-browser solution is best handled in a plugin such as jquery-mousewheel.js .
  • Loading branch information
dmethvin committed Nov 7, 2011
1 parent 90c907e commit 13aa845
Showing 1 changed file with 1 addition and 1 deletion.
@@ -493,7 +493,7 @@ jQuery.event = {
},

mouseHooks: {
props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement wheelDelta".split(" "),
props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),
filter: function( event, original ) {
var eventDoc, doc, body,
button = original.button,

0 comments on commit 13aa845

Please sign in to comment.