mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
updated the fastclick comment
This commit is contained in:
parent
93ddf9d984
commit
cdccf8f2af
1 changed files with 2 additions and 5 deletions
|
|
@ -17,11 +17,8 @@
|
|||
// the traditional mouse environment, should multiple handlers be registered
|
||||
// on the same element for different events.
|
||||
//
|
||||
// The current version simply adds mBind and mUnbind to the $.fn space,
|
||||
// but we're considering other methods for making this easier. One alternative
|
||||
// would be to allow users to use virtual mouse event names, such as
|
||||
// "vmousedown", "vmouseup", etc, to triggerVirtualEvent the traditional jQuery special/custom
|
||||
// event api, which would then triggerVirtualEvent this same code.
|
||||
// The current version exposes the following virtual events to jQuery bind methods:
|
||||
// "vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel"
|
||||
|
||||
(function($, window, document, undefined) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue