mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-18 03:21:07 +00:00
added dialog to custom select deps
This commit is contained in:
parent
b35a9fa9ce
commit
30b4727138
1 changed files with 2 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue