mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
IE8 support in jasmine-support
This commit is contained in:
Vendored
+2
-2
@@ -120,8 +120,8 @@ if (typeof WeakMap !== "undefined") {
|
||||
mismatchValues.push("arrays were not the same length");
|
||||
}
|
||||
|
||||
_comparedObjects.delete(a);
|
||||
_comparedObjects.delete(b);
|
||||
_comparedObjects["delete"](a);
|
||||
_comparedObjects["delete"](b);
|
||||
return (mismatchKeys.length == 0 && mismatchValues.length == 0);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user