removed some dead code causing tslint problems

This commit is contained in:
felipe
2017-03-10 10:35:38 +01:00
parent 7ff838357a
commit fd1aab48f7
2 changed files with 0 additions and 8 deletions

View File

@ -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);
}

View File

@ -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",