Rather than declaring empty anonymous functions all around, introduce and use a singl...
[jquery.git] / src / core.js
index 944e8a9..93f04ec 100644 (file)
@@ -464,6 +464,8 @@ jQuery.extend({
                return true;
        },
 
+       noop: function() {},
+
        // Evalulates a script in a global context
        globalEval: function( data ) {
                if ( data && rnotwhite.test(data) ) {