aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2009-07-25 16:08:18 +0000
committerBrandon Aaron <brandon.aaron@gmail.com>2009-07-25 16:08:18 +0000
commitfd0bf5d6edec1f3c03008bb29b16d7e7e1b36abc (patch)
treeab23c51805434142805afe097a71ca90efe2514a /src/offset.js
parent3d8ceaf2f21f4782ff21746887e2bcf56025e704 (diff)
downloadjquery-fd0bf5d6edec1f3c03008bb29b16d7e7e1b36abc.tar.gz
jquery-fd0bf5d6edec1f3c03008bb29b16d7e7e1b36abc.zip
Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson
Diffstat (limited to 'src/offset.js')
-rw-r--r--src/offset.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/offset.js b/src/offset.js
index c27dc5a8d..fe649ae3e 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) {