mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
found some more to 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
645889d899
commit
cf96aa5d98
@ -30,4 +30,4 @@ export class Et2AppIcon extends Et2Image
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define("et2-appicon", Et2AppIcon as any);
|
||||
customElements.define("et2-appicon", Et2AppIcon);
|
@ -49,4 +49,4 @@ export class Et2ImageExpose extends ExposeMixin(Et2Image) implements et2_IDetach
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define("et2-image-expose", Et2ImageExpose as any, {extends: 'img'});
|
||||
customElements.define("et2-image-expose", Et2ImageExpose, {extends: 'img'});
|
Loading…
Reference in New Issue
Block a user