mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Oops, syntax error.
This commit is contained in:
parent
d2529835be
commit
a2206b784e
@ -1634,7 +1634,7 @@ new function(){
|
|||||||
// Use the defer script hack
|
// Use the defer script hack
|
||||||
var script = document.getElementById("__ie_init");
|
var script = document.getElementById("__ie_init");
|
||||||
script.onreadystatechange = function() {
|
script.onreadystatechange = function() {
|
||||||
if ( this.readyState 1= "complete" ) return;
|
if ( this.readyState != "complete" ) return;
|
||||||
this.parentNode.removeChild( this );
|
this.parentNode.removeChild( this );
|
||||||
jQuery.ready();
|
jQuery.ready();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user