added run

This commit is contained in:
Dolan Miu
2016-03-30 03:50:53 +01:00
parent b749e42671
commit a0acb6d1a6
9 changed files with 48 additions and 23 deletions

View File

@ -22,14 +22,6 @@ export class Attributes implements XmlComponent {
}
}
export class Run implements XmlComponent {
protected r: Array<XmlComponent>;
constructor() {
this.r = new Array<XmlComponent>();
}
}
export class Text implements XmlComponent {
private t: string;