diff --git a/js/jquery.mobile.buttonMarkup.js b/js/jquery.mobile.buttonMarkup.js index 6a50ed68..c75fae3b 100755 --- a/js/jquery.mobile.buttonMarkup.js +++ b/js/jquery.mobile.buttonMarkup.js @@ -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 || {}; diff --git a/js/jquery.mobile.event.js b/js/jquery.mobile.event.js index c5b9da88..8db94856 100644 --- a/js/jquery.mobile.event.js +++ b/js/jquery.mobile.event.js @@ -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 " + diff --git a/js/jquery.mobile.forms.checkboxradio.js b/js/jquery.mobile.forms.checkboxradio.js index f66e2170..b363a173 100644 --- a/js/jquery.mobile.forms.checkboxradio.js +++ b/js/jquery.mobile.forms.checkboxradio.js @@ -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: { diff --git a/js/jquery.mobile.forms.select.js b/js/jquery.mobile.forms.select.js index 50e958ea..c6c419e7 100644 --- a/js/jquery.mobile.forms.select.js +++ b/js/jquery.mobile.forms.select.js @@ -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: { diff --git a/js/jquery.mobile.forms.slider.js b/js/jquery.mobile.forms.slider.js index 2b2174ad..975ea6ef 100644 --- a/js/jquery.mobile.forms.slider.js +++ b/js/jquery.mobile.forms.slider.js @@ -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: {