From cdccf8f2afbf75fdb6ff58293a3e0f9f5eb8bccd Mon Sep 17 00:00:00 2001 From: scottjehl Date: Wed, 30 Mar 2011 21:32:38 -0400 Subject: [PATCH] updated the fastclick comment --- js/jquery.mobile.vmouse.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/js/jquery.mobile.vmouse.js b/js/jquery.mobile.vmouse.js index fab2f238..145854a8 100644 --- a/js/jquery.mobile.vmouse.js +++ b/js/jquery.mobile.vmouse.js @@ -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) {