diff --git a/js/jquery.mobile.collapsible.js b/js/jquery.mobile.collapsible.js index 18b799f8..9a5e78f8 100644 --- a/js/jquery.mobile.collapsible.js +++ b/js/jquery.mobile.collapsible.js @@ -1,6 +1,7 @@ /* * "collapsible" plugin */ + define( [ "jquery", "jquery.mobile.widget" ], function( $, undefined ) { $.widget( "mobile.collapsible", $.mobile.widget, { diff --git a/js/jquery.mobile.controlGroup.js b/js/jquery.mobile.controlGroup.js index 8d137cd0..ce5fd18a 100644 --- a/js/jquery.mobile.controlGroup.js +++ b/js/jquery.mobile.controlGroup.js @@ -1,6 +1,7 @@ /* * "controlgroup" plugin - corner-rounding for groups of buttons, checks, radios, etc */ + define( [ "jquery" ], function( $, undefined ) { $.fn.controlgroup = function( options ) { diff --git a/js/jquery.mobile.core.js b/js/jquery.mobile.core.js index 1887a54c..b1f39656 100644 --- a/js/jquery.mobile.core.js +++ b/js/jquery.mobile.core.js @@ -2,7 +2,6 @@ * "core" - The base file for jQm */ - define( [ "jquery" ], function( $, undefined ) { var nsNormalizeDict = {};