Massive overhauls to the test suite - it is now generated dynamically, along with...
[jquery.git] / src / event / event.js
index 07126ce..34d530a 100644 (file)
@@ -1657,9 +1657,9 @@ new function(){
                                jQuery.ready();
                        }
                }, 10);
-       } else {
-               // A fallback to window.onload, that will always work
-               jQuery.event.add( window, "load", jQuery.ready );
-       }
+       } 
+
+       // A fallback to window.onload, that will always work
+       jQuery.event.add( window, "load", jQuery.ready );
        
 };