djConfig.modulePaths
<script src="../../js/dojo.js"></script>
defined in dojo/_base/_loader/bootstrap.js
A map of module names to paths relative to dojo.baseUrl
. The key/value pairs correspond directly to the arguments which dojo.registerModulePath
accepts. Specifiying djConfig.modulePaths = { "foo": "../../bar" }
is the equivalent of calling dojo.registerModulePath("foo", "../../bar");
. Multiple modules may be configured via djConfig.modulePaths
.