removed some dead code causing tslint problems
This commit is contained in:
@ -5,10 +5,6 @@ interface IComponentAttributes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class ComponentAttributes extends XmlAttributeComponent {
|
class ComponentAttributes extends XmlAttributeComponent {
|
||||||
/* tslint:disable */
|
|
||||||
private _attr: IComponentAttributes;
|
|
||||||
/* tslint:enable */
|
|
||||||
|
|
||||||
constructor(properties: IComponentAttributes) {
|
constructor(properties: IComponentAttributes) {
|
||||||
super({val: "w:val"}, properties);
|
super({val: "w:val"}, properties);
|
||||||
}
|
}
|
||||||
|
@ -15,10 +15,6 @@ export interface IStyleAttributes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class StyleAttributes extends XmlAttributeComponent {
|
class StyleAttributes extends XmlAttributeComponent {
|
||||||
/* tslint:disable */
|
|
||||||
private _attr: IStyleAttributes;
|
|
||||||
/* tslint:enable */
|
|
||||||
|
|
||||||
constructor(properties: IStyleAttributes) {
|
constructor(properties: IStyleAttributes) {
|
||||||
super({
|
super({
|
||||||
type: "w:type",
|
type: "w:type",
|
||||||
|
Reference in New Issue
Block a user