dojo.moduleUrl¶
Deprecated. Use require.toUrl() instead.
Old code:
dojo.moduleUrl("dijit", "foo.template.html")
New code:
require.toUrl("dijit/foo/template.html")
Deprecated. Use require.toUrl() instead.
Old code:
dojo.moduleUrl("dijit", "foo.template.html")
New code:
require.toUrl("dijit/foo/template.html")