From 30b47271382c12105363ba2f36806c217062d9fd Mon Sep 17 00:00:00 2001 From: John Bender Date: Tue, 20 Dec 2011 13:47:29 -0800 Subject: [PATCH] added dialog to custom select deps --- js/jquery.mobile.forms.select.custom.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {