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;
}