From ebabb33411171ff5a6eb707e541b8d6646f35328 Mon Sep 17 00:00:00 2001 From: Oleg Date: Mon, 28 Oct 2013 21:31:41 +0400 Subject: [PATCH] No ticket. Remove useless comment --- src/event.js | 1 - 1 file changed, 1 deletion(-) 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 ) { -- 2.39.5