Fix for a selector speed regression (calling a simple selector many times resulted...
[jquery.git] / src / event / event.js
index cbad528..23dbd6f 100644 (file)
@@ -578,8 +578,6 @@ jQuery.extend({
        }
 });
 
-new function(){
-
        /**
         * Bind a function to the scroll event of each matched element.
         *
@@ -976,5 +974,3 @@ new function(){
 
        // A fallback to window.onload, that will always work
        jQuery.event.add( window, "load", jQuery.ready );
-       
-};