diff --git a/src/css/support.js b/src/css/support.js index afbe27815..fdc1dbd12 100644 --- a/src/css/support.js +++ b/src/css/support.js @@ -78,6 +78,8 @@ define([ // Check if empty table cells still have offsetWidth/Height reliableHiddenOffsetsVal = isSupported && ( tds[ 0 ].offsetHeight === 0 ); + body.removeChild( container ); + // Null elements to avoid leaks in IE. div = body = null;