Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.

This commit is contained in:
Richard Gibson
2013-01-27 23:34:38 -05:00
parent f3db084f7c
commit 363299ac24
34 changed files with 58 additions and 168 deletions

View File

@@ -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;