diff options
author | Oleg <markelog@gmail.com> | 2012-11-19 02:03:38 +0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-12-13 10:42:43 -0500 |
commit | 643ecf9d63018a7ef907c1e058b778b68ddaf48f (patch) | |
tree | 9f907d25d06eecfee52e56d3abab6b288b4d2bbb /src/support.js | |
parent | ca26d45395c8a790027633dec5a2ebc15ce9149a (diff) | |
download | jquery-643ecf9d63018a7ef907c1e058b778b68ddaf48f.tar.gz jquery-643ecf9d63018a7ef907c1e058b778b68ddaf48f.zip |
Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.
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, |