Fixed a comment in an IE Tester Center test case.

This commit is contained in:
David Fugate 2010-11-12 17:19:12 -08:00
parent c98e2f253b
commit 5892707de0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ test: function testcase() {
} }
} finally { } finally {
if (desc) Object.defineProperty(JSON, 'stringify', desc) 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 */;
} }
} }
}); });