mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Remove test element in css/support
This commit is contained in:
parent
badcd1b6f3
commit
3ec6af891b
@ -78,6 +78,8 @@ define([
|
|||||||
// Check if empty table cells still have offsetWidth/Height
|
// Check if empty table cells still have offsetWidth/Height
|
||||||
reliableHiddenOffsetsVal = isSupported && ( tds[ 0 ].offsetHeight === 0 );
|
reliableHiddenOffsetsVal = isSupported && ( tds[ 0 ].offsetHeight === 0 );
|
||||||
|
|
||||||
|
body.removeChild( container );
|
||||||
|
|
||||||
// Null elements to avoid leaks in IE.
|
// Null elements to avoid leaks in IE.
|
||||||
div = body = null;
|
div = body = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user