From fd1aab48f7a4c1cde1e72ac816a639bb633f7ef0 Mon Sep 17 00:00:00 2001 From: felipe Date: Fri, 10 Mar 2017 10:35:38 +0100 Subject: [PATCH] removed some dead code causing tslint problems --- ts/styles/style/components.ts | 4 ---- ts/styles/style/index.ts | 4 ---- 2 files changed, 8 deletions(-) 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",