tree fixes

This commit is contained in:
zadam
2020-12-13 23:27:42 +01:00
parent 0bb548d0d1
commit 0a896cc19c
4 changed files with 15 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ class Attribute {
}
/** @param {string} */
this.value = row.type === 'label' ? row.value.toLowerCase() : row.value;
this.value = row.value;
/** @param {boolean} */
this.isInheritable = !!row.isInheritable;