mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
fix #1757: fixed typo in comment
This commit is contained in:
parent
c14277f5aa
commit
fffa919d03
@ -1945,7 +1945,7 @@ FilterContainer.prototype.compile = function(raw, out) {
|
|||||||
FilterContainer.prototype.compileHostnameOnlyFilter = function(parsed, out) {
|
FilterContainer.prototype.compileHostnameOnlyFilter = function(parsed, out) {
|
||||||
// Can't fit the filter in a pure hostname dictionary.
|
// Can't fit the filter in a pure hostname dictionary.
|
||||||
// https://github.com/gorhill/uBlock/issues/1757
|
// 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 ) {
|
//if ( parsed.domainOpt.length !== 0 ) {
|
||||||
// return;
|
// return;
|
||||||
//}
|
//}
|
||||||
|
Loading…
Reference in New Issue
Block a user