mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-30 18:49:08 +01:00
Et2Dialog: Fix incorrect properties declaration
This commit is contained in:
parent
322fa3c8f4
commit
56ed4e1267
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user