Last change
on this file since 529 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
333 bytes
|
Line | |
---|
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.