]> source.dussan.org Git - jquery.git/commitdiff
Remove test element in css/support
authorTimmy Willison <timmywillisn@gmail.com>
Fri, 6 Sep 2013 16:08:41 +0000 (12:08 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Fri, 6 Sep 2013 16:08:41 +0000 (12:08 -0400)
src/css/support.js

index afbe278154e0b3f2e1109a93c53805ae1a78054d..fdc1dbd1246c9fc9e1ea3f24d0f239ed393d72d9 100644 (file)
@@ -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;