From fd0bf5d6edec1f3c03008bb29b16d7e7e1b36abc Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Sat, 25 Jul 2009 16:08:18 +0000 Subject: [PATCH] Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson --- src/offset.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/offset.js b/src/offset.js index c27dc5a..fe649ae 100644 --- a/src/offset.js +++ b/src/offset.js @@ -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) { -- 1.7.10.4