This commit is contained in:
Ian Gulliver
2019-07-13 04:57:39 +00:00
parent b600fff7c4
commit a93e3dc2f6
2 changed files with 1 additions and 2 deletions

View File

@@ -199,7 +199,6 @@ class Architype {
}
getTheme() {
let classes = Array.from(this.container_.classList);
for (let cls of this.container_.classList) {
if (cls.startsWith('theme-')) {
return cls.substring(6);