Rather than declaring empty anonymous functions all around, introduce and use a singl...
[jquery.git] / src / event.js
index 79a6b95..0345b0c 100644 (file)
@@ -427,7 +427,7 @@ jQuery.event = {
                ready: {
                        // Make sure the ready event is setup
                        setup: jQuery.bindReady,
-                       teardown: function() {}
+                       teardown: jQuery.noop
                },
 
                live: {