1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-05 02:29:38 +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); 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) ) {