From 323a52c1952512cb1434af5e8340620ea9520a61 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Wed, 30 Nov 2011 15:04:55 -0800 Subject: [PATCH] Whitespace change --- js/jquery.mobile.collapsible.js | 1 + js/jquery.mobile.controlGroup.js | 1 + js/jquery.mobile.core.js | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) 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 = {};