mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 19:34:42 +00:00
Main AMD module
This commit is contained in:
parent
7c04014394
commit
c771ef1f6b
1 changed files with 36 additions and 0 deletions
36
js/jquery.mobile.js
Normal file
36
js/jquery.mobile.js
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
define( [
|
||||
'jquery.ui.widget',
|
||||
'jquery.mobile.widget',
|
||||
'jquery.mobile.media',
|
||||
'jquery.mobile.support',
|
||||
'jquery.mobile.vmouse',
|
||||
'jquery.mobile.event',
|
||||
'jquery.mobile.hashchange',
|
||||
'jquery.mobile.page',
|
||||
'jquery.mobile.core',
|
||||
'jquery.mobile.navigation',
|
||||
'jquery.mobile.navigation.pushstate',
|
||||
'jquery.mobile.transition',
|
||||
'jquery.mobile.degradeInputs',
|
||||
'jquery.mobile.dialog',
|
||||
'jquery.mobile.page.sections',
|
||||
'jquery.mobile.collapsible',
|
||||
'jquery.mobile.fieldContain',
|
||||
'jquery.mobile.grid',
|
||||
'jquery.mobile.navbar',
|
||||
'jquery.mobile.listview',
|
||||
'jquery.mobile.listview.filter',
|
||||
'jquery.mobile.nojs',
|
||||
'jquery.mobile.forms.checkboxradio',
|
||||
'jquery.mobile.forms.button',
|
||||
'jquery.mobile.forms.slider',
|
||||
'jquery.mobile.forms.textinput',
|
||||
'jquery.mobile.forms.select.custom',
|
||||
'jquery.mobile.forms.select',
|
||||
'jquery.mobile.buttonMarkup',
|
||||
'jquery.mobile.controlGroup',
|
||||
'jquery.mobile.links',
|
||||
'jquery.mobile.fixHeaderFooter',
|
||||
'jquery.mobile.fixHeaderFooter.native',
|
||||
'jquery.mobile.init'
|
||||
] );
|
||||
Loading…
Reference in a new issue