UNPKG

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.

9 lines (5 loc) 339 B
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")); });