mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 03:05:48 +00:00
removed todo
This commit is contained in:
@@ -217,7 +217,6 @@ public class ScriptPack extends AS3ClassTreeItem {
|
||||
|
||||
if (bodyIndex != -1 && (isSimple || traitIndices.isEmpty())) {
|
||||
//Note: There must be trait/method highlight even if the initializer is empty to TraitList in GUI to work correctly
|
||||
//TODO: handle this better in GUI(?)
|
||||
writer.startTrait(GraphTextWriter.TRAIT_SCRIPT_INITIALIZER);
|
||||
writer.startMethod(script_init);
|
||||
if (exportMode != ScriptExportMode.AS_METHOD_STUBS) {
|
||||
|
||||
Reference in New Issue
Block a user