Issue #304 Direct AS1/2 editing DefineFunction vs DefineFunction2 fix

merge
This commit is contained in:
Jindra Pet��k
2014-02-23 22:40:31 +01:00
201 changed files with 828 additions and 615 deletions
@@ -34,7 +34,7 @@ public class TraceActionItem extends ActionItem {
}
@Override
protected GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException {
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException {
writer.append("trace(");
value.toString(writer, localData);
return writer.append(")");