Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson

This commit is contained in:
Brandon Aaron 2009-07-25 16:08:18 +00:00
parent 3d8ceaf2f2
commit fd0bf5d6ed

View 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) {