diff options
Diffstat (limited to 'src/support.js')
-rw-r--r-- | src/support.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/support.js b/src/support.js index 2657a182f..85b6899dc 100644 --- a/src/support.js +++ b/src/support.js @@ -169,10 +169,6 @@ jQuery.support = (function() { } } - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - // Run tests that need a body at doc ready jQuery(function() { var container, div, tds, marginDiv, |