mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-21 06:40:59 +00:00
Added collapsibleSet
This commit is contained in:
parent
b6e6febb76
commit
a39240924d
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
define( [
|
||||
require([
|
||||
'jquery.ui.widget',
|
||||
'jquery.mobile.widget',
|
||||
'jquery.mobile.media',
|
||||
|
|
@ -15,6 +15,7 @@ define( [
|
|||
'jquery.mobile.dialog',
|
||||
'jquery.mobile.page.sections',
|
||||
'jquery.mobile.collapsible',
|
||||
'jquery.mobile.collapsibleSet',
|
||||
'jquery.mobile.fieldContain',
|
||||
'jquery.mobile.grid',
|
||||
'jquery.mobile.navbar',
|
||||
|
|
@ -33,4 +34,4 @@ define( [
|
|||
'jquery.mobile.fixHeaderFooter',
|
||||
'jquery.mobile.fixHeaderFooter.native',
|
||||
'jquery.mobile.init'
|
||||
] );
|
||||
]);
|
||||
Loading…
Reference in a new issue