Plato on Github
Report Home
dojo/testsDOH/_base/loader.js
Maintainability
83.62
Lines of code
13
Difficulty
3.13
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
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")); } });