From 3ec6af891b0cfd7c9adcb25651288d5c611ac7c4 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Fri, 6 Sep 2013 12:08:41 -0400 Subject: [PATCH] Remove test element in css/support --- src/css/support.js | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5