mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update of Dojo build
https://fedorahosted.org/freeipa/ticket/3235 https://fedorahosted.org/freeipa/ticket/3236
This commit is contained in:
parent
f0c1c629d3
commit
a31fe2739c
2
install/ui/build/dojo/dojo.js
vendored
2
install/ui/build/dojo/dojo.js
vendored
File diff suppressed because one or more lines are too long
@ -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,
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user