not needed

This commit is contained in:
Dolan Miu
2016-04-08 23:01:18 +01:00
parent 6ac446f93a
commit 0c2f46a0b6

View File

@ -10,7 +10,7 @@ export class Body implements XmlComponent {
constructor() { constructor() {
this.body = new Array<XmlComponent>(); this.body = new Array<XmlComponent>();
//this.body.push(new SectionProperties()); //this.body.push(new SectionProperties()); not actually needed
} }
push(component: XmlComponent) { push(component: XmlComponent) {