Et2Dialog: Fix incorrect properties declaration

This commit is contained in:
nathan 2022-03-22 17:19:53 -06:00
parent 322fa3c8f4
commit 56ed4e1267

View File

@ -180,10 +180,10 @@ export class Et2Dialog extends Et2Widget(ScopedElementsMixin(SlotMixin(LionDialo
public static readonly YES_BUTTON : number = 2; public static readonly YES_BUTTON : number = 2;
public static readonly NO_BUTTON : number = 3; public static readonly NO_BUTTON : number = 3;
get properties() static get properties()
{ {
return { return {
...super.properties(), ...super.properties,
callback: Function, callback: Function,
// There's an issue with Et2DialogContent.style being undefined, so this has to stay false until it gets // There's an issue with Et2DialogContent.style being undefined, so this has to stay false until it gets