mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
actually don't need to null out as much as i thought i did to fix that memory leak
This commit is contained in:
parent
92a076cb2f
commit
17841ea244
@ -91,7 +91,7 @@
|
||||
});
|
||||
|
||||
// release memory in IE
|
||||
root = script = div = all = a = null;
|
||||
div = null;
|
||||
})();
|
||||
|
||||
jQuery.props = {
|
||||
|
Loading…
Reference in New Issue
Block a user