fixed more linting issues

This commit is contained in:
Dolan
2017-04-15 20:11:54 +01:00
parent 410152441b
commit 17b28cb724
6 changed files with 8 additions and 5 deletions

View File

@ -99,7 +99,7 @@ class TableCell extends XmlComponent {
return this;
}
public prepForXml(): object {
public prepForXml(): XmlableObject {
// Cells must end with a paragraph
const retval = super.prepForXml();
const content = retval["w:tc"];