From ac6eb10913ff2e746e62bc4d14cdfa304a8f5893 Mon Sep 17 00:00:00 2001 From: John Bender Date: Tue, 20 Dec 2011 13:29:02 -0800 Subject: [PATCH] alpha order deps --- js/jquery.mobile.forms.select.custom.js | 6 +++--- js/jquery.mobile.navigation.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/jquery.mobile.forms.select.custom.js b/js/jquery.mobile.forms.select.custom.js index 5109a847..fa42e648 100644 --- a/js/jquery.mobile.forms.select.custom.js +++ b/js/jquery.mobile.forms.select.custom.js @@ -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 ){ diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index 149b21c5..dc8782b8 100755 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -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");