mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
fixing memory leaks in IE
This commit is contained in:
parent
4130319e97
commit
92a076cb2f
@ -89,6 +89,9 @@
|
||||
jQuery.boxModel = jQuery.support.boxModel = div.offsetWidth === 2;
|
||||
document.body.removeChild( div ).style.display = 'none';
|
||||
});
|
||||
|
||||
// release memory in IE
|
||||
root = script = div = all = a = null;
|
||||
})();
|
||||
|
||||
jQuery.props = {
|
||||
|
Loading…
Reference in New Issue
Block a user