From 3b221da8b03265543f335f6160b945bfe55f8d9e Mon Sep 17 00:00:00 2001 From: jeresig Date: Wed, 24 Mar 2010 15:18:11 -0400 Subject: [PATCH] Adjust isPlainObject test to run in an iframe. --- test/unit/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/core.js b/test/unit/core.js index eccf544..590bb0c 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -271,7 +271,7 @@ test("isPlainObject", function() { var doc = iframe.contentDocument || iframe.contentWindow.document; doc.open(); - doc.write(""); + doc.write(""); doc.close(); }); -- 1.7.10.4