mirror of
https://github.com/jquery/jquery.git
synced 2026-02-03 10:44:58 -05:00
Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.
This commit is contained in:
@@ -60,7 +60,7 @@ jQuery.support = (function() {
|
||||
support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked;
|
||||
|
||||
// Support: Firefox 17+
|
||||
// Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP), test/csp.php
|
||||
// Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP)
|
||||
div.setAttribute( "onfocusin", "t" );
|
||||
support.focusinBubbles = "onfocusin" in window || div.attributes.onfocusin.expando === false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user