Fixed typo in last commit
This commit is contained in:
parent
1cecbe7f44
commit
845efddecd
2
external/taphold.js
vendored
2
external/taphold.js
vendored
@ -115,7 +115,7 @@
|
||||
.unbind((touchSupported ? "touchend" : "mouseup"), stopHandler)
|
||||
.unbind((touchSupported ? "touchmove" : "mouseleave"), leaveHandler);
|
||||
if(touchSupported)
|
||||
$(this).bind("touchcancel", leaveHandler);
|
||||
$(this).unbind("touchcancel", leaveHandler);
|
||||
}
|
||||
};
|
||||
})(jQuery);
|
||||
|
Loading…
x
Reference in New Issue
Block a user