Skip to content

Commit

Permalink
Merge pull request madrobby#1138 from xin-zhang/fix/webkitMovementX-w…
Browse files Browse the repository at this point in the history
…arning-on-chrome

Skip copying webkitMovementX/Y
  • Loading branch information
madrobby authored Jul 11, 2016
2 parents ad084d4 + add4595 commit 93b4de2
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 @@ -119,7 +119,7 @@

var returnTrue = function(){return true},
returnFalse = function(){return false},
ignoreProperties = /^([A-Z]|returnValue$|layer[XY]$)/,
ignoreProperties = /^([A-Z]|returnValue$|layer[XY]$|webkitMovement[XY]$)/,
eventMethods = {
preventDefault: 'isDefaultPrevented',
stopImmediatePropagation: 'isImmediatePropagationStopped',
Expand Down

0 comments on commit 93b4de2

Please sign in to comment.