aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/event.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/event.js')
-rw-r--r--src/event/event.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/event/event.js b/src/event/event.js
index cbad528f3..23dbd6fd4 100644
--- a/src/event/event.js
+++ b/src/event/event.js
@@ -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 );
-
-};