A map of module names to paths relative to dojo.baseUrl
. The
key/value pairs correspond directly to the arguments which
dojo.registerModulePath
accepts. Specifying
djConfig.modulePaths = { "foo": "../../bar" }
is the equivalent
of calling dojo.registerModulePath("foo", "../../bar");
. Multiple
modules may be configured via djConfig.modulePaths
.