Skip to content
Permalink
Browse files
Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.…
…helgeson
  • Loading branch information
brandonaaron committed Jul 25, 2009
1 parent 3d8ceaf commit fd0bf5d
Showing 1 changed file with 1 addition and 2 deletions.
@@ -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) {

0 comments on commit fd0bf5d

Please sign in to comment.