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

Commit

Permalink
Merge pull request #9 from Polymer/master
Browse files Browse the repository at this point in the history
8/1 master -> stable
  • Loading branch information
dfreedm committed Aug 1, 2013
2 parents 42f1a8a + 6f21e28 commit 84b7b69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
var e = dispatcher.makeEvent('tap', {
x: inEvent.clientX,
y: inEvent.clientY,
detail: inEvent.detail,
pointerType: inEvent.pointerType
});
dispatcher.dispatchEvent(e, t);
Expand All @@ -69,7 +70,7 @@
},
preventTap: function(inPointerId) {
pointermap.delete(inPointerId);
},
}
};
dispatcher.registerRecognizer('tap', tap);
})(window.PointerGestures);

0 comments on commit 84b7b69

Please sign in to comment.