mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
48 lines
No EOL
1.4 KiB
JavaScript
48 lines
No EOL
1.4 KiB
JavaScript
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
|
|
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',
|
|
'order!jquery.mobile.navigation',
|
|
'order!jquery.mobile.navigation.pushstate',
|
|
'jquery.mobile.transition',
|
|
'jquery.mobile.transition.pop',
|
|
'jquery.mobile.transition.slide',
|
|
'jquery.mobile.transition.slidedown',
|
|
'jquery.mobile.transition.slideup',
|
|
'jquery.mobile.transition.flip',
|
|
'jquery.mobile.transition.flow',
|
|
'jquery.mobile.transition.turn',
|
|
'jquery.mobile.degradeInputs',
|
|
'jquery.mobile.dialog',
|
|
'jquery.mobile.page.sections',
|
|
'jquery.mobile.collapsible',
|
|
'jquery.mobile.collapsibleSet',
|
|
'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.fixedToolbar',
|
|
'jquery.mobile.zoom',
|
|
'jquery.mobile.zoom.iosorientationfix'
|
|
], function() {
|
|
require( [ 'jquery.mobile.init' ] );
|
|
});
|
|
//>>excludeEnd("jqmBuildExclude");
|