Skip to content

Commit

Permalink
Event: Add the most commonly used pointer event properties
Browse files Browse the repository at this point in the history
Ref gh-3104
Close gh-3152
  • Loading branch information
scottgonzalez authored and timmywil committed Jun 9, 2016
1 parent d5dae25 commit 7d21f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ jQuery.each( {
clientY: true,
offsetX: true,
offsetY: true,
pointerId: true,
pointerType: true,
screenX: true,
screenY: true,
targetTouches: true,
Expand Down

0 comments on commit 7d21f02

Please sign in to comment.