From 5892707de0c706bb0bdb5e1548eaf4aea25c82f1 Mon Sep 17 00:00:00 2001 From: David Fugate Date: Fri, 12 Nov 2010 17:19:12 -0800 Subject: [PATCH] Fixed a comment in an IE Tester Center test case. --- test/suite/ietestcenter/chapter11/11.4/11.4.1/11.4.1-4.a-10.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suite/ietestcenter/chapter11/11.4/11.4.1/11.4.1-4.a-10.js b/test/suite/ietestcenter/chapter11/11.4/11.4.1/11.4.1-4.a-10.js index 0e489c0909..741feee25c 100644 --- a/test/suite/ietestcenter/chapter11/11.4/11.4.1/11.4.1-4.a-10.js +++ b/test/suite/ietestcenter/chapter11/11.4/11.4.1/11.4.1-4.a-10.js @@ -45,7 +45,7 @@ test: function testcase() { } } finally { if (desc) Object.defineProperty(JSON, 'stringify', desc) - else JSON.stringify = o /* this branch screws up the attributes */; + else JSON.stringify = o /* this branch messes up the attributes */; } } });