forked from mattbryson/TouchSwipe-Jquery-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed#70 2 things have been changed. Firstly, a bug was found where t…
…riggerOnTouchEnd=false would prevent the click callback from firing, and secondly, with the addition of event triggering and conflict with the native click occured. So now the click event has been replaced by a tap event. For backwards compatibility the click handler will still work, but you cannot bind / on using click, you will have to use the new name tap.
- Loading branch information
Matt Bryson
committed
Mar 14, 2013
1 parent
42cdaf5
commit f226567
Showing
3 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.