]> source.dussan.org Git - jquery.git/commitdiff
No ticket. Remove useless comment
authorOleg <markelog@gmail.com>
Mon, 28 Oct 2013 17:31:41 +0000 (21:31 +0400)
committerOleg <markelog@gmail.com>
Mon, 28 Oct 2013 17:33:33 +0000 (21:33 +0400)
src/event.js

index 2fd702c63156d0d7f2971016d4f45c7082c0be1b..ec905f2d6bfe4942b5066b86895b365ad2059735 100644 (file)
@@ -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 ) {