Fix tests in old IE.

This commit is contained in:
John-David Dalton
2014-08-03 14:03:36 -07:00
parent fc44d54607
commit 264f7b1d30

View File

@@ -251,7 +251,7 @@
delete Object._defineProperty;
delete Object._getPrototypeOf;
delete Object._keys;
delete objectProto._hasOwnProperty;
delete objectProto._propertyIsEnumerable;
delete stringProto._contains;
}
QUnit.config.hidepassed = true;