remove unused clear method
This commit is contained in:
@@ -20,10 +20,6 @@ export abstract class ContainerInstance extends BaseInstance {
|
|||||||
this.children.push(child)
|
this.children.push(child)
|
||||||
}
|
}
|
||||||
|
|
||||||
clear() {
|
|
||||||
this.children.splice(0)
|
|
||||||
}
|
|
||||||
|
|
||||||
protected getChildrenText(): string {
|
protected getChildrenText(): string {
|
||||||
let text = ""
|
let text = ""
|
||||||
for (const child of this.children) {
|
for (const child of this.children) {
|
||||||
|
|||||||
Reference in New Issue
Block a user