diff --git a/src/core/platform/web/jquery/_jquery.js b/src/core/platform/web/jquery/_jquery.js index 8b34748ae..578ce4eb7 100644 --- a/src/core/platform/web/jquery/_jquery.js +++ b/src/core/platform/web/jquery/_jquery.js @@ -4495,12 +4495,6 @@ div.innerHTML = ""; support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - // Support: IE <=9 only - // IE <=9 replaces "; - support.option = !!div.lastChild; - // #11217 - WebKit loses check when the name is after the checked attribute fragment.appendChild( div ); @@ -4526,6 +4520,12 @@ // cleanData must set properties to undefined rather than use removeAttribute div[ jQuery.expando ] = 1; support.attributes = !div.getAttribute( jQuery.expando ); + + // Support: IE <=9 only + // IE <=9 replaces "; + support.option = !!div.lastChild; } )();