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:
92a076c
)
actually don't need to null out as much as i thought i did to fix that memory leak
author
Brandon Aaron
<brandon.aaron@gmail.com>
Tue, 21 Apr 2009 19:09:47 +0000
(19:09 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Tue, 21 Apr 2009 19:09:47 +0000
(19:09 +0000)
src/support.js
patch
|
blob
|
history
diff --git
a/src/support.js
b/src/support.js
index
dc7ad8f
..
891aa7a
100644
(file)
--- 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 = {