1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 19:52:51 +02:00

fixed comment

This commit is contained in:
gorhill 2015-01-01 19:16:02 -05:00
parent f3e22070d8
commit 057e95bed0

View File

@ -260,7 +260,7 @@ var messager = vAPI.messaging.channel('contentscript-end.js');
attrValue = node.getAttribute(attr);
if ( !attrValue ) { continue; }
// Candidate 1 = generic form
// If specific form is injected, no need to process specific
// If generic form is injected, no need to process the specific
// form, as the generic will affect all related specific forms
selector = '[' + attr + '="' + attrValue + '"]';
if ( generics.hasOwnProperty(selector) ) {