Issue #50 AS1/2 function body deobfuscation bug

This commit is contained in:
Jindra Pet��k
2013-03-31 19:26:37 +02:00
parent be106cc34b
commit 3472cc79d2
30 changed files with 474 additions and 821 deletions
@@ -110,4 +110,9 @@ public class FunctionTreeItem extends TreeItem {
}
return 0;
}
@Override
public boolean needsNewLine() {
return true;
}
}