mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 23:18:05 -05:00
Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user