mirror of
https://github.com/correl/mage.git
synced 2025-04-09 09:11:05 -09:00
minor housekeeping
This commit is contained in:
parent
ea98f96a92
commit
171c3997e6
1 changed files with 1 additions and 1 deletions
|
@ -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);";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue