Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson
[jquery.git] / src / offset.js
index c27dc5a..fe649ae 100644 (file)
@@ -96,9 +96,8 @@ jQuery.offset = {
                this.doesNotIncludeMarginInBodyOffset = (body.offsetTop !== bodyMarginTop);
 
                body.removeChild( container );
-               jQuery.offset.initialize = function(){};
-               
                body = container = innerDiv = checkDiv = table = td = null;
+               jQuery.offset.initialize = function(){};
        },
 
        bodyOffset: function(body) {