mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
close that iframe document after writing to it
This commit is contained in:
@@ -85,6 +85,7 @@ $(document).ready(function() {
|
|||||||
parent.iUndefined = undefined;\
|
parent.iUndefined = undefined;\
|
||||||
</script>"
|
</script>"
|
||||||
);
|
);
|
||||||
|
iDoc.close();
|
||||||
|
|
||||||
test("objects: isElement", function() {
|
test("objects: isElement", function() {
|
||||||
ok(!_.isElement('div'), 'strings are not dom elements');
|
ok(!_.isElement('div'), 'strings are not dom elements');
|
||||||
|
|||||||
Reference in New Issue
Block a user