mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
renamed files to plugin name
This commit is contained in:
parent
91cffd3e85
commit
e7cc245ee1
4 changed files with 3 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ $files = array_merge($files, array(
|
|||
'../../structure/jquery.mobile.transitions.turn.css',
|
||||
'../../structure/jquery.mobile.transitions.flow.css',
|
||||
'../../structure/jquery.mobile.grids.css',
|
||||
'../../structure/jquery.mobile.headerfooter.css',
|
||||
'../../structure/jquery.mobile.fixedToolbar.css',
|
||||
'../../structure/jquery.mobile.navbar.css',
|
||||
'../../structure/jquery.mobile.button.css',
|
||||
'../../structure/jquery.mobile.collapsible.css',
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
@import url( "../../structure/jquery.mobile.transitions.turn.css" );
|
||||
@import url( "../../structure/jquery.mobile.transitions.flow.css" );
|
||||
@import url( "../../structure/jquery.mobile.grids.css" );
|
||||
@import url( "../../structure/jquery.mobile.headerfooter.css" );
|
||||
@import url( "../../structure/jquery.mobile.fixedToolbar.css" );
|
||||
@import url( "../../structure/jquery.mobile.navbar.css" );
|
||||
@import url( "../../structure/jquery.mobile.button.css" );
|
||||
@import url( "../../structure/jquery.mobile.collapsible.css" );
|
||||
|
|
|
|||
|
|
@ -39,8 +39,7 @@ define([
|
|||
'order!jquery.mobile.buttonMarkup',
|
||||
'order!jquery.mobile.controlGroup',
|
||||
'jquery.mobile.links',
|
||||
'jquery.mobile.fixHeaderFooter',
|
||||
'jquery.mobile.fixHeaderFooter.native'
|
||||
'jquery.mobile.fixedToolbar'
|
||||
], function() {
|
||||
require( [ 'jquery.mobile.init' ] );
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue