diff --git a/js/jquery.mobile.forms.select.custom.js b/js/jquery.mobile.forms.select.custom.js index 9b59f804..4c1348fe 100644 --- a/js/jquery.mobile.forms.select.custom.js +++ b/js/jquery.mobile.forms.select.custom.js @@ -4,8 +4,9 @@ //>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude); define( [ - "jquery.mobile.core", "jquery.mobile.buttonMarkup", + "jquery.mobile.core", + "jquery.mobile.dialog", "jquery.mobile.forms.select", "jquery.mobile.listview", "jquery.mobile.page" ], function() {