From: Oleg Date: Mon, 28 Oct 2013 17:31:41 +0000 (+0400) Subject: No ticket. Remove useless comment X-Git-Tag: 2.1.0-beta2~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ebabb33411171ff5a6eb707e541b8d6646f35328;p=jquery.git No ticket. Remove useless comment --- diff --git a/src/event.js b/src/event.js index 2fd702c63..ec905f2d6 100644 --- a/src/event.js +++ b/src/event.js @@ -723,7 +723,6 @@ jQuery.each({ // Create "bubbling" focus and blur events // Support: Firefox, Chrome, Safari -// Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP) if ( !support.focusinBubbles ) { jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {