Merge pull request #3097 from spjspj/master

Minor housekeeping
This commit is contained in:
spjspj 2017-04-12 21:55:47 +10:00 committed by GitHub
commit 316693c064

View file

@ -181,12 +181,12 @@ 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);";
}
}
}
$vars{'type'} = join(', ', @types);
$vars{'type'} = join(', ', @types);
$vars{'abilitiesImports'} = '';
$vars{'abilities'} = '';