Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
make sure tapPrevented is copied from pointerevents
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 13, 2013
1 parent 0254e28 commit 7219cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dispatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'screenY',
'pageX',
'pageY',
'tapPrevented'
];

var CLONE_DEFAULTS = [
Expand Down
2 changes: 1 addition & 1 deletion src/tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
(function(scope) {
var dispatcher = scope.dispatcher;
var pointermap = new scope.PointerMap;
var pointermap = new scope.PointerMap();
var tap = {
events: [
'pointerdown',
Expand Down

0 comments on commit 7219cc9

Please sign in to comment.