mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 08:57:59 -05:00
Opera 12.0 still implements an older version of the DOM so cloneNode cannot be called without an argument
This commit is contained in:
@@ -139,7 +139,7 @@ jQuery.support = (function() {
|
||||
}
|
||||
|
||||
div.style.backgroundClip = "content-box";
|
||||
div.cloneNode().style.backgroundClip = "";
|
||||
div.cloneNode( true ).style.backgroundClip = "";
|
||||
support.clearCloneStyle = div.style.backgroundClip === "content-box";
|
||||
|
||||
// Run tests that need a body at doc ready
|
||||
|
||||
Reference in New Issue
Block a user