We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359b03c commit c62486fCopy full SHA for c62486f
src/css/defaultDisplay.js
@@ -49,7 +49,7 @@ function defaultDisplay( nodeName ) {
49
.appendTo( doc.documentElement );
50
51
// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse
52
- doc = ( iframe[ 0 ].contentWindow || iframe[ 0 ].contentDocument ).document;
+ doc = iframe[ 0 ].contentDocument;
53
54
// Support: IE
55
doc.write();
0 commit comments