Plato on Github
Report Home
dojo/testsDOH/uacss.js
Maintainability
81.51
Lines of code
7
Difficulty
4.50
Estimated Errors
0.06
Function weight
By Complexity
By SLOC
define(["dojo/sniff", "doh", "require"], function(has, doh, require){ // IE9+ cannot handle quirks mode in test runner, see #14321 has("ie") >= 9 || doh.register("testsDOH.uacss.sniffQuirks", require.toUrl("./uacss/sniffQuirks.html")); doh.register("testsDOH.uacss.sniffStandards", require.toUrl("./uacss/sniffStandards.html")); });