From 6b7e83effa6639d05ad86ec3002c85da8d5b9f7c Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Wed, 30 Nov 2011 17:03:56 -0800 Subject: [PATCH] Added dep on jquery.mobile.buttonMarkup --- js/jquery.mobile.collapsible.js | 2 +- js/jquery.mobile.forms.button.js | 2 +- js/jquery.mobile.forms.checkboxradio.js | 2 +- js/jquery.mobile.forms.select.custom.js | 2 +- js/jquery.mobile.forms.select.js | 2 +- js/jquery.mobile.forms.slider.js | 2 +- js/jquery.mobile.forms.textinput.js | 2 +- js/jquery.mobile.listview.js | 2 +- js/jquery.mobile.navbar.js | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/js/jquery.mobile.collapsible.js b/js/jquery.mobile.collapsible.js index 9a5e78f8..969c419a 100644 --- a/js/jquery.mobile.collapsible.js +++ b/js/jquery.mobile.collapsible.js @@ -2,7 +2,7 @@ * "collapsible" plugin */ -define( [ "jquery", "jquery.mobile.widget" ], function( $, undefined ) { +define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) { $.widget( "mobile.collapsible", $.mobile.widget, { options: { diff --git a/js/jquery.mobile.forms.button.js b/js/jquery.mobile.forms.button.js index 260eccb5..431fdff0 100644 --- a/js/jquery.mobile.forms.button.js +++ b/js/jquery.mobile.forms.button.js @@ -2,7 +2,7 @@ * "button" plugin - links that proxy to native input/buttons */ -define( [ "jquery", "jquery.mobile.widget" ], function( $, undefined ) { +define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) { $.widget( "mobile.button", $.mobile.widget, { options: { diff --git a/js/jquery.mobile.forms.checkboxradio.js b/js/jquery.mobile.forms.checkboxradio.js index f3fbfd54..f66e2170 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" ], function( $, undefined ) { +define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) { $.widget( "mobile.checkboxradio", $.mobile.widget, { options: { diff --git a/js/jquery.mobile.forms.select.custom.js b/js/jquery.mobile.forms.select.custom.js index 6a08e545..099eca97 100644 --- a/js/jquery.mobile.forms.select.custom.js +++ b/js/jquery.mobile.forms.select.custom.js @@ -2,7 +2,7 @@ * custom "selectmenu" plugin */ -define( [ "jquery", "jquery.mobile.forms.select" ], function( $, undefined ) { +define( [ "jquery", "jquery.mobile.forms.select", "jquery.mobile.buttonMarkup" ], function( $, undefined ) { var extendSelect = function( widget ){ var select = widget.select, diff --git a/js/jquery.mobile.forms.select.js b/js/jquery.mobile.forms.select.js index 2b07c9f4..50e958ea 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" ], function( $, undefined ) { +define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], 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 e44e926d..7019a071 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" ], function( $, undefined ) { +define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) { $.widget( "mobile.slider", $.mobile.widget, { options: { diff --git a/js/jquery.mobile.forms.textinput.js b/js/jquery.mobile.forms.textinput.js index 01e710a5..a1b40cca 100644 --- a/js/jquery.mobile.forms.textinput.js +++ b/js/jquery.mobile.forms.textinput.js @@ -2,7 +2,7 @@ * "textinput" plugin for text inputs, textareas */ -define( [ "jquery", "jquery.mobile.widget" ], function( $, undefined ) { +define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) { $.widget( "mobile.textinput", $.mobile.widget, { options: { diff --git a/js/jquery.mobile.listview.js b/js/jquery.mobile.listview.js index c8fc20b1..66b09e0d 100644 --- a/js/jquery.mobile.listview.js +++ b/js/jquery.mobile.listview.js @@ -2,7 +2,7 @@ * "listview" plugin */ -define( [ "jquery", "jquery.mobile.widget" ], function( $, undefined ) { +define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) { //Keeps track of the number of lists per page UID //This allows support for multiple nested list in the same page diff --git a/js/jquery.mobile.navbar.js b/js/jquery.mobile.navbar.js index aed21021..dad70fc3 100644 --- a/js/jquery.mobile.navbar.js +++ b/js/jquery.mobile.navbar.js @@ -2,7 +2,7 @@ * "navbar" plugin */ -define( [ "jquery", "jquery.mobile.widget" ], function( $, undefined ) { +define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $, undefined ) { $.widget( "mobile.navbar", $.mobile.widget, { options: {