Oops, syntax error.
authorJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 08:14:33 +0000 (08:14 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 08:14:33 +0000 (08:14 +0000)
src/event/event.js

index 27e4104..051ba00 100644 (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();
                };