AS3 - some hilight fixes

This commit is contained in:
Jindra Pet��k
2011-07-10 16:49:19 +02:00
parent 57dc0ffa21
commit 6b3a959054
3 changed files with 4 additions and 4 deletions
@@ -46,7 +46,7 @@ public class ConstructSuperTreeItem extends TreeItem {
}
String calee = object.toString(constants) + ".";
if (Highlighting.stripHilights(calee).equals("this.")) calee = "";
return calee + hilight("super(") + argStr + hilight(")");
return calee + hilight("super(") + argStr + hilight(");");
}