minor update

This commit is contained in:
Roman Hotsiy 2015-12-12 13:49:22 +02:00
parent a7c6202057
commit 5941973ecf

View File

@ -101,7 +101,7 @@ export default class SchemaManager {
for (let tag of tags) {
tagsMap[tag.name] = {
description: tag.description,
'x-traitTag': tag['x-traitTag']
'x-traitTag': tag['x-traitTag'] || false
};
}