mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
StaticFilteringParser.analyzeExtra() has no argument
This commit is contained in:
parent
9ab631b4c4
commit
43dba2bd0e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue