close that iframe document after writing to it

This commit is contained in:
Jeremy Ashkenas
2010-02-08 07:12:40 -05:00
parent d01bb56833
commit 11e7af06e9

View File

@@ -85,6 +85,7 @@ $(document).ready(function() {
parent.iUndefined = undefined;\
</script>"
);
iDoc.close();
test("objects: isElement", function() {
ok(!_.isElement('div'), 'strings are not dom elements');