2011-12-16 02:09:25 +00:00
|
|
|
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
|
2011-12-07 23:40:25 +00:00
|
|
|
define([
|
2012-01-24 22:43:24 +00:00
|
|
|
'require',
|
|
|
|
|
'./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-26 04:54:16 +00:00
|
|
|
'./jquery.mobile.navigation',
|
|
|
|
|
'./jquery.mobile.navigation.pushstate',
|
2012-01-24 22:43:24 +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',
|
|
|
|
|
'./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 ) {
|
|
|
|
|
require( [ './jquery.mobile.init' ], function() {} );
|
2011-12-16 02:09:25 +00:00
|
|
|
});
|
|
|
|
|
//>>excludeEnd("jqmBuildExclude");
|