jquery-mobile/js/jquery.mobile.js
2012-01-13 17:24:50 +07:00

40 lines
No EOL
1.1 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',
'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.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',
'order!jquery.mobile.buttonMarkup',
'order!jquery.mobile.controlGroup',
'jquery.mobile.links',
'jquery.mobile.fixHeaderFooter',
'jquery.mobile.fixHeaderFooter.native'
], function() {
require( [ 'jquery.mobile.init' ] );
});
//>>excludeEnd("jqmBuildExclude");