add dependency on dojo/_base/html

This commit is contained in:
Andrew Dolgov 2017-01-21 21:47:44 +03:00
parent 6887a0f573
commit 1c4f5e8390
2 changed files with 2 additions and 1 deletions

View File

@ -919,6 +919,7 @@ function init() {
"dojo/ready",
"dojo/parser",
"dojo/_base/loader",
"dojo/_base/html",
"dijit/ColorPalette",
"dijit/Dialog",
"dijit/form/Button",
@ -1808,4 +1809,3 @@ function clearSqlLog() {
}
}

View File

@ -222,6 +222,7 @@ function init() {
"dojo/ready",
"dojo/parser",
"dojo/_base/loader",
"dojo/_base/html",
"dijit/ProgressBar",
"dijit/ColorPalette",
"dijit/Dialog",