mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 00:44:55 -05:00
@@ -49,7 +49,7 @@ function defaultDisplay( nodeName ) {
|
||||
.appendTo( doc.documentElement );
|
||||
|
||||
// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse
|
||||
doc = ( iframe[ 0 ].contentWindow || iframe[ 0 ].contentDocument ).document;
|
||||
doc = iframe[ 0 ].contentDocument;
|
||||
|
||||
// Support: IE
|
||||
doc.write();
|
||||
|
||||
Reference in New Issue
Block a user