mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 14:08:13 -05:00
Oops, syntax error.
This commit is contained in:
@@ -1634,7 +1634,7 @@ new function(){
|
||||
// Use the defer script hack
|
||||
var script = document.getElementById("__ie_init");
|
||||
script.onreadystatechange = function() {
|
||||
if ( this.readyState 1= "complete" ) return;
|
||||
if ( this.readyState != "complete" ) return;
|
||||
this.parentNode.removeChild( this );
|
||||
jQuery.ready();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user