Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jan 2, 2015
1 parent f3e2207 commit 057e95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/contentscript-end.js
Expand Up @@ -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) ) {
Expand Down

0 comments on commit 057e95b

Please sign in to comment.