Use the passed in env to pend browsers so IE8 works

This commit is contained in:
Gregg Van Hove
2016-09-28 10:40:53 -07:00
parent 5279e7a8c4
commit 9df1edbdc9

View File

@@ -14,7 +14,7 @@
env.requireFunctioningSets = function() {
if (!hasFunctioningSets()) {
pending("Browser has incomplete or missing support for Sets");
env.pending("Browser has incomplete or missing support for Sets");
}
};