mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Fix tests in old IE.
This commit is contained in:
@@ -251,7 +251,7 @@
|
|||||||
delete Object._defineProperty;
|
delete Object._defineProperty;
|
||||||
delete Object._getPrototypeOf;
|
delete Object._getPrototypeOf;
|
||||||
delete Object._keys;
|
delete Object._keys;
|
||||||
delete objectProto._hasOwnProperty;
|
delete objectProto._propertyIsEnumerable;
|
||||||
delete stringProto._contains;
|
delete stringProto._contains;
|
||||||
}
|
}
|
||||||
QUnit.config.hidepassed = true;
|
QUnit.config.hidepassed = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user