remove spurious space character

This commit is contained in:
gorhill 2017-09-14 17:54:59 -04:00
parent b778c6a365
commit f632171566
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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',