added break() stub

This commit is contained in:
Dolan Miu
2016-05-17 23:37:36 +01:00
parent 96cb4cfcdc
commit 8b9a935505

View File

@ -26,4 +26,9 @@ export class Run extends XmlComponent {
this.properties.push(new Underline());
return this;
}
break() : Run {
// TODO
return this;
}
}