git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8ceaf
)
Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson
author
Brandon Aaron
<brandon.aaron@gmail.com>
Sat, 25 Jul 2009 16:08:18 +0000
(16:08 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Sat, 25 Jul 2009 16:08:18 +0000
(16:08 +0000)
src/offset.js
patch
|
blob
|
history
diff --git
a/src/offset.js
b/src/offset.js
index
c27dc5a
..
fe649ae
100644
(file)
--- 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) {