mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-21 21:01:51 +00:00
Whitespace change
This commit is contained in:
parent
135642954f
commit
323a52c195
3 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
* "collapsible" plugin
|
||||
*/
|
||||
|
||||
define( [ "jquery", "jquery.mobile.widget" ], function( $, undefined ) {
|
||||
|
||||
$.widget( "mobile.collapsible", $.mobile.widget, {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
* "controlgroup" plugin - corner-rounding for groups of buttons, checks, radios, etc
|
||||
*/
|
||||
|
||||
define( [ "jquery" ], function( $, undefined ) {
|
||||
|
||||
$.fn.controlgroup = function( options ) {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
* "core" - The base file for jQm
|
||||
*/
|
||||
|
||||
|
||||
define( [ "jquery" ], function( $, undefined ) {
|
||||
|
||||
var nsNormalizeDict = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue