Petr Vobornik 2013-02-05 13:28:02 +01:00
parent f0c1c629d3
commit a31fe2739c
3 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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"
]
}
],