Issue #849 attribute member fix

This commit is contained in:
Jindra Petřík
2015-04-10 12:32:43 +02:00
parent 706f894c6e
commit 4551774182

View File

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