fixed all tslint errors

This commit is contained in:
Dolan Miu
2016-05-26 15:08:34 +01:00
parent f075d3b719
commit a2284df881
42 changed files with 253 additions and 254 deletions

View File

@ -1,7 +1,7 @@
import {XmlComponent, Attributes} from "../xml-components";
export class Bold extends XmlComponent {
constructor() {
super("w:b");
this.root.push(new Attributes({
@ -20,7 +20,7 @@ export class Italics extends XmlComponent {
}
}
// needs work. add more types of underline
// TODO needs work. add more types of underline
export class Underline extends XmlComponent {
constructor() {
@ -121,7 +121,7 @@ export class Size extends XmlComponent {
}
}
// needs work. Add more types of vertical align
// TODO needs work. Add more types of vertical align
export class VerticalAlign extends XmlComponent {
constructor() {