IE8 support in jasmine-support

This commit is contained in:
Thomas Aylott
2013-11-06 15:30:50 -05:00
parent c4727944df
commit f65f7b3bbd
+2 -2
View File
@@ -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);
};
}