alpha order deps

This commit is contained in:
John Bender 2011-12-20 13:29:02 -08:00
parent f45aae07b7
commit b35a9fa9ce
2 changed files with 4 additions and 4 deletions

View file

@ -5,10 +5,10 @@
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
define( [
"jquery.mobile.core",
"jquery.mobile.forms.select",
"jquery.mobile.buttonMarkup",
"jquery.mobile.page",
"jquery.mobile.listview" ], function() {
"jquery.mobile.forms.select",
"jquery.mobile.listview",
"jquery.mobile.page" ], function() {
//>>excludeEnd("jqmBuildExclude");
(function( $, undefined ) {
var extendSelect = function( widget ){

View file

@ -5,8 +5,8 @@
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
define( [
"jquery.mobile.core",
"jquery.mobile.hashchange",
"jquery.mobile.event",
"jquery.mobile.hashchange",
"jquery.mobile.page",
"jquery.mobile.transition" ], function() {
//>>excludeEnd("jqmBuildExclude");