mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Improve CSS and Support: comments. Close gh-1220.
1) corrected box-sizing rules order - the unprefixed value should always be the last one 2) removed last semi-colons in CSS rules 3) updated support comments code review changes + more consistent comment spacing
This commit is contained in:
committed by
Dave Methvin
parent
1b61026650
commit
dca7681284
@@ -318,7 +318,7 @@ jQuery.extend({
|
||||
clone = elem.cloneNode( true ),
|
||||
inPage = jQuery.contains( elem.ownerDocument, elem );
|
||||
|
||||
// Support: IE >=9
|
||||
// Support: IE >= 9
|
||||
// Fix Cloning issues
|
||||
if ( !jQuery.support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && !jQuery.isXMLDoc( elem ) ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user