source:
Dev/trunk/src/client/dojo/tests/uacss.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 333 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define(["dojo/sniff", "doh", "require"], function(has, doh, require){ |
2 | ||
3 | // IE9+ cannot handle quirks mode in test runner, see #14321 | |
4 | has("ie") >= 9 || doh.register("tests.uacss.sniffQuirks", require.toUrl("./uacss/sniffQuirks.html")); | |
5 | doh.register("tests.uacss.sniffStandards", require.toUrl("./uacss/sniffStandards.html")); | |
6 | ||
7 | }); | |
8 |
Note: See TracBrowser
for help on using the repository browser.