aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/support.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/support.js b/src/support.js
index 04c3a2a69..dc7ad8fef 100644
--- a/src/support.js
+++ b/src/support.js
@@ -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 = {