1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

StaticFilteringParser.analyzeExtra() has no argument

This commit is contained in:
Raymond Hill 2020-09-01 09:57:38 -04:00
parent 9ab631b4c4
commit 43dba2bd0e
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -277,7 +277,7 @@ CodeMirror.defineMode('ubo-static-filtering', function() {
token: function(stream) {
if ( stream.sol() ) {
parser.analyze(stream.string);
parser.analyzeExtra(stream.string);
parser.analyzeExtra();
parserSlot = 0;
netOptionValueMode = false;
}