removed some dead code causing tslint problems
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user