mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix #1757: fixed typo in comment
This commit is contained in:
parent
c14277f5aa
commit
fffa919d03
1 changed files with 1 additions and 1 deletions
|
|
@ -1945,7 +1945,7 @@ FilterContainer.prototype.compile = function(raw, out) {
|
|||
FilterContainer.prototype.compileHostnameOnlyFilter = function(parsed, out) {
|
||||
// Can't fit the filter in a pure hostname dictionary.
|
||||
// https://github.com/gorhill/uBlock/issues/1757
|
||||
// This should no longer happens with fix to above issue.
|
||||
// This should no longer happen with fix to above issue.
|
||||
//if ( parsed.domainOpt.length !== 0 ) {
|
||||
// return;
|
||||
//}
|
||||
|
|
|
|||
Loading…
Reference in a new issue