From 67a2e4eaac98cee79a02a0a45e4826a7958d4b75 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Fri, 8 Feb 2013 00:20:33 -0500 Subject: Ref #13316: Sync all test documents on full vs. minified source. --- src/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/support.js') diff --git a/src/support.js b/src/support.js index d955bf0c1..f677c0963 100644 --- a/src/support.js +++ b/src/support.js @@ -133,7 +133,7 @@ jQuery.support = (function() { } // Support: IE<9 (lack submit/change bubble), Firefox 17+ (lack focusin event) - // 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) for ( i in { submit: true, change: true, focusin: true }) { div.setAttribute( eventName = "on" + i, "t" ); -- cgit v1.2.3