Whitespace change

This commit is contained in:
Ghislain Seguin 2011-11-30 15:04:55 -08:00 committed by scottjehl
parent 135642954f
commit 323a52c195
3 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
/*
* "collapsible" plugin
*/
define( [ "jquery", "jquery.mobile.widget" ], function( $, undefined ) {
$.widget( "mobile.collapsible", $.mobile.widget, {

View file

@ -1,6 +1,7 @@
/*
* "controlgroup" plugin - corner-rounding for groups of buttons, checks, radios, etc
*/
define( [ "jquery" ], function( $, undefined ) {
$.fn.controlgroup = function( options ) {

View file

@ -2,7 +2,6 @@
* "core" - The base file for jQm
*/
define( [ "jquery" ], function( $, undefined ) {
var nsNormalizeDict = {};