mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 00:50:58 +00:00
Added dep on vmouse
This commit is contained in:
parent
65cdb13bc7
commit
b6e6febb76
5 changed files with 5 additions and 5 deletions
|
|
@ -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 || {};
|
||||
|
|
|
|||
|
|
@ -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 " +
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue