Skip to content

Commit

Permalink
added 'singleTap' event to README
Browse files Browse the repository at this point in the history
  • Loading branch information
drale2k committed Feb 22, 2012
1 parent 4b81fef commit 6133eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -215,7 +215,7 @@ Single Tap:

Only use this instead of "tap" if you're using the "doubleTap" event. It it will give you a 250
ms buffer to be able to differentiate between a single tap and a double tap. Don't use it if you're not
using "doubleTap" since it will cause a 250ms delay, which could lead to a bad user experience.
using "doubleTap" since it will cause a 250 ms delay, which could lead to a bad user experience.

``` js
$('some selector').singleTap(function(){ ... });
Expand Down

0 comments on commit 6133eab

Please sign in to comment.