mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:50:47 +00:00
AS1/2 define local spaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user