From 8b9a93550569a917f6d8da559da38b363b034a22 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 17 May 2016 23:37:36 +0100 Subject: [PATCH] added break() stub --- ts/docx/run/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ts/docx/run/index.ts b/ts/docx/run/index.ts index a1e1c2aaa2..f3866a11fa 100644 --- a/ts/docx/run/index.ts +++ b/ts/docx/run/index.ts @@ -26,4 +26,9 @@ export class Run extends XmlComponent { this.properties.push(new Underline()); return this; } + + break() : Run { + // TODO + return this; + } } \ No newline at end of file