Refactor and minor fixes
This commit is contained in:
parent
2dc9c45642
commit
fe75f9af88
31 changed files with 187 additions and 193 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export abstract class PageElement {
|
||||
export class PageElement {
|
||||
public constructor(
|
||||
public readonly htmlRoot: HTMLElement,
|
||||
protected children: Array<PageElement> = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue