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

@ -2,10 +2,10 @@ import {XmlComponent} from "../../../docx/xml-components";
interface LatentStyleExceptionAttributesProperties {
name?: string;
uiPriority?: string,
qFormat?: string,
semiHidden?: string,
unhideWhenUsed?: string
uiPriority?: string;
qFormat?: string;
semiHidden?: string;
unhideWhenUsed?: string;
}
export class LatentStyleExceptionAttributes extends XmlComponent {
@ -21,7 +21,7 @@ export class LatentStyleExceptionAttributes extends XmlComponent {
constructor(properties?: LatentStyleExceptionAttributesProperties) {
super("_attr");
this._attr = properties
this._attr = properties;
if (!properties) {
this._attr = {};