Run lint
This commit is contained in:
parent
1b63bbc0da
commit
9f906d1fdf
13 changed files with 17 additions and 17 deletions
|
|
@ -5,6 +5,6 @@ import { createElement } from '../../helper/create-element';
|
|||
export class Main extends PageElement {
|
||||
constructor(...children: Array<PageElement>) {
|
||||
super(createElement(generate()), children);
|
||||
children.forEach(c => this.attachElement(c));
|
||||
children.forEach((c) => this.attachElement(c));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue