mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 08:52:45 +01:00
fixed comment
This commit is contained in:
parent
f3e22070d8
commit
057e95bed0
@ -260,7 +260,7 @@ var messager = vAPI.messaging.channel('contentscript-end.js');
|
|||||||
attrValue = node.getAttribute(attr);
|
attrValue = node.getAttribute(attr);
|
||||||
if ( !attrValue ) { continue; }
|
if ( !attrValue ) { continue; }
|
||||||
// Candidate 1 = generic form
|
// 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
|
// form, as the generic will affect all related specific forms
|
||||||
selector = '[' + attr + '="' + attrValue + '"]';
|
selector = '[' + attr + '="' + attrValue + '"]';
|
||||||
if ( generics.hasOwnProperty(selector) ) {
|
if ( generics.hasOwnProperty(selector) ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user