mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
Make labelContainer protected for subclasses
This commit is contained in:
parent
96a9ab7211
commit
13313cae6c
@ -42,7 +42,7 @@ export class et2_valueWidget extends et2_baseWidget
|
|||||||
};
|
};
|
||||||
|
|
||||||
label: string = '';
|
label: string = '';
|
||||||
private _labelContainer: JQuery = null;
|
protected _labelContainer: JQuery = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user