Added dep on vmouse

This commit is contained in:
Ghislain Seguin 2011-11-30 17:10:27 -08:00 committed by scottjehl
parent 65cdb13bc7
commit b6e6febb76
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
* "buttons" plugin - for making button-like links
*/
define( [ "jquery" ], function( $, undefined ) {
define( [ "jquery", "jquery.mobile.vmouse" ], function( $, undefined ) {
$.fn.buttonMarkup = function( options ) {
options = options || {};

View file

@ -2,7 +2,7 @@
* "events" plugin - Handles events
*/
define( [ "jquery" ], function( $, undefined ) {
define( [ "jquery", "jquery.mobile.vmouse" ], function( $, undefined ) {
// add new event shortcuts
$.each( ( "touchstart touchmove touchend orientationchange throttledresize " +

View file

@ -2,7 +2,7 @@
* "checkboxradio" plugin
*/
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) {
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup", "jquery.mobile.vmouse" ], function( $, undefined ) {
$.widget( "mobile.checkboxradio", $.mobile.widget, {
options: {

View file

@ -2,7 +2,7 @@
* "selectmenu" plugin
*/
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) {
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup", "jquery.mobile.vmouse" ], function( $, undefined ) {
$.widget( "mobile.selectmenu", $.mobile.widget, {
options: {

View file

@ -2,7 +2,7 @@
* "slider" plugin
*/
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) {
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup", "jquery.mobile.vmouse" ], function( $, undefined ) {
$.widget( "mobile.slider", $.mobile.widget, {
options: {