GetUrl2 default method parameter is 0

This commit is contained in:
Jindra Petřík
2021-02-26 22:46:28 +01:00
parent ee5e817b34
commit ebd65a57e0
@@ -710,7 +710,7 @@ public class ActionScript2Parser {
GraphTargetItem url = (expression(inFunction, inMethod, true, variables, functions, false));
s = lex();
expected(s, lexer.yyline(), SymbolType.PARENT_CLOSE, SymbolType.COMMA);
int getuMethod = 1;
int getuMethod = 0;
GraphTargetItem target;
if (s.type == SymbolType.COMMA) {
target = (expression(inFunction, inMethod, true, variables, functions, false));