diff options
Diffstat (limited to 'install/ui/src/webui.profile.js')
-rw-r--r-- | install/ui/src/webui.profile.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/src/webui.profile.js b/install/ui/src/webui.profile.js index 3a53bd0f..e861eb15 100644 --- a/install/ui/src/webui.profile.js +++ b/install/ui/src/webui.profile.js @@ -105,7 +105,10 @@ var profile = (function(){ 'dojo/store/util/SimpleQueryEngine', 'dojo/topic', 'dojo/when', - 'dojo/domReady!' //added with '!' as a loader plugin + 'dojo/domReady!', //added with '!' as a loader plugin + "dojo/query", + "dojo/NodeList-dom", + "dojo/promise/all" ] } ], |