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
|
// release memory in IE
|
||||||
root = script = div = all = a = null;
|
div = null;
|
||||||
})();
|
})();
|
||||||
|
|
||||||
jQuery.props = {
|
jQuery.props = {
|
||||||
|
|
Loading…
Reference in a new issue