mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08: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
Add a link
Reference in a new issue