made all tests passing
This commit is contained in:
@ -14,6 +14,7 @@ export class Body implements XmlComponent {
|
||||
}
|
||||
|
||||
push(component: XmlComponent) {
|
||||
this.body.splice(this.body.length - 1, 0, component);
|
||||
//this.body.splice(this.body.length - 1, 0, component);
|
||||
this.body.push(component);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user