Skip to content

Commit a9195fc

Browse files
maxkorpJohn Haley
authored andcommitted
fix issue with missing cType for group based classes
1 parent 7b032be commit a9195fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate/setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ for (var groupName in groups) {
114114
};
115115

116116
groupDef.type = "class";
117+
groupDef.cType = (descriptor.types[groupName] || {}).cType || groupDef.cType;
117118

118119
groupDef.typeName = groupName;
119120
dependencyLookup[groupName] = groupName;

0 commit comments

Comments
 (0)