minor housekeeping

This commit is contained in:
spjspj 2017-04-12 16:05:54 +10:00
parent ea98f96a92
commit 171c3997e6

View file

@ -181,7 +181,7 @@ while ($type =~ m/([a-zA-Z]+)( )*/g) {
$vars{'subType'} .= "\n this.subtype.add(\"$1\");";
} else {
my $st = uc($1);
$vars{'subType'} .= "\n addSuperType(Supertype.$st);";
$vars{'subType'} .= "\n addSuperType(SuperType.$st);";
}
}
}