Make compiler take in a file

This commit is contained in:
Dolan
2017-12-15 02:15:44 +00:00
parent d19ff1e300
commit 742e2b5089
6 changed files with 76 additions and 68 deletions

View File

@ -52,5 +52,4 @@ export class Document extends XmlComponent {
this.addTable(table);
return table;
}
}