Oops, syntax error.

This commit is contained in:
John Resig 2006-08-31 08:14:33 +00:00
parent d2529835be
commit a2206b784e

View file

@ -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();
};