From: jeresig Date: Wed, 24 Mar 2010 19:18:11 +0000 (-0400) Subject: Adjust isPlainObject test to run in an iframe. X-Git-Tag: 1.4.3rc1~161^2~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d4aff802da1882a4969b389f37ecb60b9d61f1ce;p=jquery.git Adjust isPlainObject test to run in an iframe. --- diff --git a/test/unit/core.js b/test/unit/core.js index eccf544bf..590bb0c86 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(); });