dojo.moduleUrl

Deprecated. Use require.toUrl() instead.

Old code:

dojo.moduleUrl("dijit", "foo.template.html")

New code:

require.toUrl("dijit/foo/template.html")

Table of Contents

Error in the documentation? Can’t find what you are looking for? Let us know!