2011-12-16 02:09:25 +00:00
|
|
|
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
|
2011-12-07 23:40:25 +00:00
|
|
|
define([
|
2011-10-31 05:06:11 +00:00
|
|
|
'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',
|
2012-01-04 19:38:32 +00:00
|
|
|
'order!jquery.mobile.navigation',
|
|
|
|
|
'order!jquery.mobile.navigation.pushstate',
|
2012-01-12 17:36:46 +00:00
|
|
|
'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',
|
2011-10-31 05:06:11 +00:00
|
|
|
'jquery.mobile.degradeInputs',
|
|
|
|
|
'jquery.mobile.dialog',
|
|
|
|
|
'jquery.mobile.page.sections',
|
|
|
|
|
'jquery.mobile.collapsible',
|
2011-12-01 17:31:52 +00:00
|
|
|
'jquery.mobile.collapsibleSet',
|
2011-10-31 05:06:11 +00:00
|
|
|
'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',
|
2011-12-19 23:58:13 +00:00
|
|
|
'jquery.mobile.forms.textinput',
|
2011-10-31 05:06:11 +00:00
|
|
|
'jquery.mobile.forms.select.custom',
|
|
|
|
|
'jquery.mobile.forms.select',
|
2011-12-02 01:26:30 +00:00
|
|
|
'order!jquery.mobile.buttonMarkup',
|
|
|
|
|
'order!jquery.mobile.controlGroup',
|
2011-10-31 05:06:11 +00:00
|
|
|
'jquery.mobile.links',
|
2012-01-18 17:19:06 +00:00
|
|
|
'jquery.mobile.fixedToolbar'
|
2011-12-07 23:40:25 +00:00
|
|
|
], function() {
|
2011-12-16 02:09:25 +00:00
|
|
|
require( [ 'jquery.mobile.init' ] );
|
|
|
|
|
});
|
|
|
|
|
//>>excludeEnd("jqmBuildExclude");
|