actually don't need to null out as much as i thought i did to fix that memory leak

This commit is contained in:
Brandon Aaron 2009-04-21 19:09:47 +00:00
parent 92a076cb2f
commit 17841ea244

View file

@ -91,7 +91,7 @@
});
// release memory in IE
root = script = div = all = a = null;
div = null;
})();
jQuery.props = {