mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
remove "as any" from customElements.define() as it excludes widget from the documentation
not sure why it was added there in the first place for some widgets
This commit is contained in:
parent
25343974e8
commit
645889d899
@ -259,4 +259,4 @@ export class Et2VfsMime extends Et2ImageExpose
|
||||
|
||||
}
|
||||
|
||||
customElements.define("et2-vfs-mime", Et2VfsMime as any);
|
||||
customElements.define("et2-vfs-mime", Et2VfsMime);
|
@ -126,4 +126,4 @@ export class Et2DescriptionExpose extends ExposeMixin(Et2Description) implements
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define("et2-description-expose", Et2DescriptionExpose as any);
|
||||
customElements.define("et2-description-expose", Et2DescriptionExpose);
|
@ -422,4 +422,4 @@ export class Et2Split extends Et2Widget(SlSplitPanel)
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define("et2-split", Et2Split as any);
|
||||
customElements.define("et2-split", Et2Split);
|
Loading…
Reference in New Issue
Block a user