fixing a few more memory leaks in IE

This commit is contained in:
Brandon Aaron 2009-04-22 20:00:30 +00:00
parent 432ea4ca6c
commit 1bd4325cb9
2 changed files with 4 additions and 1 deletions

View file

@ -75,6 +75,8 @@ jQuery.offset = {
body.removeChild( container );
jQuery.offset.initialize = function(){};
body = container = innerDiv = checkDiv = table = td = null;
},
bodyOffset: function(body) {