Skip to content
Permalink
Browse files
Oops, syntax error.
  • Loading branch information
jeresig committed Aug 31, 2006
1 parent d252983 commit a2206b7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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();
};

0 comments on commit a2206b7

Please sign in to comment.