mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
fixed comment
This commit is contained in:
parent
f3e22070d8
commit
057e95bed0
1 changed files with 1 additions and 1 deletions
|
@ -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) ) {
|
||||
|
|
Loading…
Reference in a new issue