AS1/2 define local spaces

This commit is contained in:
Jindra Pet��k
2013-08-03 09:04:21 +02:00
parent ae0ad85df2
commit 6169c1c57b
@@ -71,7 +71,7 @@ public class DefineLocalActionItem extends ActionItem implements SetTypeActionIt
if (value == null) {
return hilight("var ") + stripQuotes(name, constants);
}
return hilight("var ") + stripQuotes(name, constants) + hilight("=") + value.toString(constants);
return hilight("var ") + stripQuotes(name, constants) + hilight(" = ") + value.toString(constants);
}
@Override