Remove test element in css/support

This commit is contained in:
Timmy Willison 2013-09-06 12:08:41 -04:00
parent badcd1b6f3
commit 3ec6af891b

View 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;