Cleanups
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -247,7 +247,7 @@ class LayoutLink {
|
||||
}
|
||||
|
||||
let endInPoint = this.getInPoint(this.path[this.path.length - 2],
|
||||
this.path[this.path.length - 1])
|
||||
this.path[this.path.length - 1]);
|
||||
|
||||
steps.push({
|
||||
type: 'line',
|
||||
|
||||
Reference in New Issue
Block a user