mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Added vmousecancel to the vevents list so that users can bind to the event.
This commit is contained in:
parent
6ca8b9f700
commit
2de7cc5bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ function getSpecialEventObject(eventType)
|
|||
|
||||
// Expose our custom events to the jQuery bind/unbind mechanism.
|
||||
|
||||
var vevents = "vmouseover vmousedown vmousemove vmouseup vclick vmouseout".split(" ");
|
||||
var vevents = "vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel".split(" ");
|
||||
for (var i = 0; i < vevents.length; i++){
|
||||
$.event.special[vevents[i]] = getSpecialEventObject(vevents[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue