another style fix

This commit is contained in:
Justin Greywolf
2019-12-10 15:21:25 -08:00
parent 4b781d3827
commit 74c8e7fad9

View File

@@ -5,7 +5,7 @@ let classes = {};
const splitClassNameAndType = function(id) {
let genericType = '';
let className = id;
let className = id;
if (id.indexOf('~') > 0) {
let split = id.split('~');