AS3 XML fix, jump trait fix

This commit is contained in:
Jindra Pet��k
2013-01-26 20:34:47 +01:00
parent bb80f59b71
commit 11713e6a62
3 changed files with 2 additions and 5 deletions
@@ -45,7 +45,6 @@ public class ConstructTreeItem extends TreeItem {
return object.toString(constants, localRegNames, fullyQualifiedNames);
}
String obStr = object.toString(constants, localRegNames, fullyQualifiedNames);
obStr = "(" + obStr + ")";
return hilight("new ") + obStr + hilight("(") + argStr + hilight(")");
}