dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
15 lines (11 loc) • 345 B
JavaScript
define([
"dojo",
"doh",
"require",
"dojo/sniff",
"./loader/bootstrap"], function(dojo, doh, require, has){
if(doh.isBrowser){
//TODO: doh.register("testsDOH._base.loader.cdn-load", require.toUrl("./loader/cdnTest.html"));
doh.register("testsDOH._base.loader.top-level-module-by-paths", require.toUrl("./loader/paths.html"));
}
});