mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 12:30:46 +00:00
GetUrl2 default method parameter is 0
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user