Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson
This commit is contained in:
parent
3d8ceaf2f2
commit
fd0bf5d6ed
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue