added dialog to custom select deps

This commit is contained in:
John Bender 2011-12-20 13:47:29 -08:00
parent b35a9fa9ce
commit 30b4727138

View file

@ -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() {