tslint fixes

This commit is contained in:
Dolan
2017-03-09 23:20:28 +00:00
parent 06353a6977
commit c6eef3fd79
3 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,9 @@ interface IComponentAttributes {
}
class ComponentAttributes extends XmlAttributeComponent {
/* tslint:disable */
private _attr: IComponentAttributes;
/* tslint:enable */
constructor(properties: IComponentAttributes) {
super({val: "w:val"}, properties);