From 17841ea24426cbd25985567cb82cf3107767c9ac Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Tue, 21 Apr 2009 19:09:47 +0000 Subject: [PATCH] actually don't need to null out as much as i thought i did to fix that memory leak --- src/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support.js b/src/support.js index dc7ad8f..891aa7a 100644 --- a/src/support.js +++ b/src/support.js @@ -91,7 +91,7 @@ }); // release memory in IE - root = script = div = all = a = null; + div = null; })(); jQuery.props = { -- 1.7.10.4