Skip to content

Commit

Permalink
Landing pull request 554. #10531: Remove layerX and layerY Fixes …
Browse files Browse the repository at this point in the history
…#10531.

More Details:
 - #554
 - http://bugs.jquery.com/ticket/10531
  • Loading branch information
mathiasbynens authored and timmywil committed Oct 22, 2011
1 parent e502012 commit a6bec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ jQuery.event = {
},

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

0 comments on commit a6bec46

Please sign in to comment.