Rather than declaring empty anonymous functions all around, introduce and use a singl...
[jquery.git] / src / offset.js
index 7ae9cb9..d12921d 100644 (file)
@@ -121,7 +121,7 @@ jQuery.offset = {
 
                body.removeChild( container );
                body = container = innerDiv = checkDiv = table = td = null;
-               jQuery.offset.initialize = function() {};
+               jQuery.offset.initialize = jQuery.noop;
        },
 
        bodyOffset: function( body ) {