djConfig.baseUrl
The directory in which dojo.js
is located. Under normal conditions, Dojo auto-detects the correct location from which it was loaded. You may need to manually configure baseUrl
in cases where you have renamed dojo.js
or in which <base>
tags confuse some browsers (e.g., IE 6). The variable dojo.baseUrl
is assigned either the value of djConfig.baseUrl
if one is provided or the auto-detected root if not. Other modules are located relative to this path.