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");