mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 09:24:46 +00:00
Fix for issue 1379 - vmouseclick or vclick?
- Changed typo "vmouseclick" to "vclick".
This commit is contained in:
parent
d591be56e2
commit
c7aadd8a47
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ $.event.special.tap = {
|
|||
function clearTapHandlers() {
|
||||
touching = false;
|
||||
clearTimeout(timer);
|
||||
$(this).unbind("vmouseclick", clickHandler).unbind("vmousecancel", clearTapHandlers);
|
||||
$(this).unbind("vclick", clickHandler).unbind("vmousecancel", clearTapHandlers);
|
||||
}
|
||||
|
||||
function clickHandler(event) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue