mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix #10676. Remove wheelDelta
from the event props list.
A cross-browser solution is best handled in a plugin such as jquery-mousewheel.js .
This commit is contained in:
parent
90c907e8b6
commit
13aa84580a
@ -493,7 +493,7 @@ jQuery.event = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
mouseHooks: {
|
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 ) {
|
filter: function( event, original ) {
|
||||||
var eventDoc, doc, body,
|
var eventDoc, doc, body,
|
||||||
button = original.button,
|
button = original.button,
|
||||||
|
Loading…
Reference in New Issue
Block a user