mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
remove spurious space character
This commit is contained in:
parent
b778c6a365
commit
f632171566
1 changed files with 1 additions and 1 deletions
|
|
@ -1346,7 +1346,7 @@ FilterParser.prototype.toNormalizedType = {
|
|||
'document': 'main_frame',
|
||||
'elemhide': 'generichide',
|
||||
'font': 'font',
|
||||
'genericblock' : 'unsupported',
|
||||
'genericblock': 'unsupported',
|
||||
'generichide': 'generichide',
|
||||
'image': 'image',
|
||||
'inline-script': 'inline-script',
|
||||
|
|
|
|||
Loading…
Reference in a new issue