mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-27 13:56:17 +00:00
Issue #849 attribute member fix
This commit is contained in:
@@ -259,7 +259,6 @@ public class ActionScriptParser {
|
||||
if (s.type == SymbolType.DOT) {
|
||||
if (s2.type == SymbolType.ATTRIBUTE) {
|
||||
attr = true;
|
||||
s = lex();
|
||||
} else {
|
||||
lexer.pushback(s2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user