Generic Type support for classes

Fixed typos after refactor
This commit is contained in:
Justin Greywolf
2019-12-10 11:39:25 -08:00
parent 6a9b251be1
commit 2eaa7f1ab6
2 changed files with 3 additions and 3 deletions

View File

@@ -320,8 +320,8 @@ const drawClass = function(elem, classDef) {
let classTitleString = classDef.id;
if (classDef.genericType !== undefined && classDef.genericType !== '') {
classTitleString += '<' + classDef.genericType + '>';
if (classDef.type !== undefined && classDef.type !== '') {
classTitleString += '<' + classDef.type + '>';
}
// add class title