This commit is contained in:
Veronica K. B. Olsen
2019-05-04 17:26:37 +02:00
parent edcf9665b5
commit e8858d4c7c
-1
View File
@@ -85,7 +85,6 @@ class NWItem():
elif tagName == "class": self.setClass(tagValue)
elif tagName == "layout": self.setLayout(tagValue)
elif tagName == "status": self.setStatus(tagValue)
elif tagName == "children": self.setChildren(tagValue)
elif tagName == "expanded": self.setExpanded(tagValue)
elif tagName == "charCount": self.setCharCount(tagValue)
elif tagName == "wordCount": self.setWordCount(tagValue)