diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-02-05 13:28:02 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-05-06 16:22:17 +0200 |
commit | a31fe2739c925c0420ad83b547cafb55a6dc8274 (patch) | |
tree | d6c11c47dbd34f69ed402ac6e6adce36adf7834f /install/ui/src | |
parent | f0c1c629d38bc34c5e8accd2971784c825c1319c (diff) | |
download | freeipa.git-a31fe2739c925c0420ad83b547cafb55a6dc8274.tar.gz freeipa.git-a31fe2739c925c0420ad83b547cafb55a6dc8274.tar.xz freeipa.git-a31fe2739c925c0420ad83b547cafb55a6dc8274.zip |
Update of Dojo build
https://fedorahosted.org/freeipa/ticket/3235
https://fedorahosted.org/freeipa/ticket/3236
Diffstat (limited to 'install/ui/src')
-rw-r--r-- | install/ui/src/dojo.profile.js | 7 | ||||
-rw-r--r-- | install/ui/src/webui.profile.js | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/install/ui/src/dojo.profile.js b/install/ui/src/dojo.profile.js index bbd5e6cd..035346ee 100644 --- a/install/ui/src/dojo.profile.js +++ b/install/ui/src/dojo.profile.js @@ -86,9 +86,10 @@ var profile = (function(){ "dojo/topic", //used by router // ^ adds 20 KB, most of it is dojo/dom* "dojo/store/Observable", - "dojo/store/Memory" - //"dojo/_base/NodeList" - + "dojo/store/Memory", + "dojo/query", + "dojo/NodeList-dom", + "dojo/promise/all" // Total size: 75KB ], customBase: true, 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" ] } ], |