aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2011-03-30 21:21:49 -0400
committerDave Methvin <dave.methvin@gmail.com>2011-03-30 21:21:49 -0400
commitad4152709cd7c7b7fdafd2dc0b266fd273aff5d5 (patch)
treef98337aa7b05e63238a6e9eae3238a6c255b4ed6 /src/offset.js
parent8cdafe77047dcce78b9369a4154af7c3f6ef1357 (diff)
downloadjquery-ad4152709cd7c7b7fdafd2dc0b266fd273aff5d5.tar.gz
jquery-ad4152709cd7c7b7fdafd2dc0b266fd273aff5d5.zip
Fixes #8203. Remove some misguided nulling of elements done in the name of IE memory cleanup. Based on a patch by davidmurdoch in pull 226.
Diffstat (limited to 'src/offset.js')
-rw-r--r--src/offset.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/offset.js b/src/offset.js
index 18261bb57..972278c8d 100644
--- a/src/offset.js
+++ b/src/offset.js
@@ -151,7 +151,6 @@ jQuery.offset = {
this.doesNotIncludeMarginInBodyOffset = (body.offsetTop !== bodyMarginTop);
body.removeChild( container );
- body = container = innerDiv = checkDiv = table = td = null;
jQuery.offset.initialize = jQuery.noop;
},