diff --git a/ts/styles/style/components.ts b/ts/styles/style/components.ts index becf418881..080ce00162 100644 --- a/ts/styles/style/components.ts +++ b/ts/styles/style/components.ts @@ -5,10 +5,6 @@ interface IComponentAttributes { } class ComponentAttributes extends XmlAttributeComponent { - /* tslint:disable */ - private _attr: IComponentAttributes; - /* tslint:enable */ - constructor(properties: IComponentAttributes) { super({val: "w:val"}, properties); } diff --git a/ts/styles/style/index.ts b/ts/styles/style/index.ts index 708603297a..9a486abbdc 100644 --- a/ts/styles/style/index.ts +++ b/ts/styles/style/index.ts @@ -15,10 +15,6 @@ export interface IStyleAttributes { } class StyleAttributes extends XmlAttributeComponent { - /* tslint:disable */ - private _attr: IStyleAttributes; - /* tslint:enable */ - constructor(properties: IStyleAttributes) { super({ type: "w:type",