More camelCase

This commit is contained in:
SylveonBottle 2018-05-08 12:36:25 -05:00 committed by GitHub
parent 76fefe6638
commit 3f407ff570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ header += `
var POPULATED_MAP = "";
for (var clz in full_class_table) {
for (var clz in fullClassTable) {
POPULATED_MAP += `\t\tclassid_mapping["${clz}"] = &${clz};\n`;
}