mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Etemplate: Make child nodes protected instead of private for easier extending
This commit is contained in:
parent
9d94c1613d
commit
ba7cbc5d5a
@ -595,11 +595,11 @@ export class et2_link_entry extends et2_inputWidget
|
|||||||
|
|
||||||
private cache: any = {};
|
private cache: any = {};
|
||||||
|
|
||||||
private div: JQuery;
|
protected div: JQuery;
|
||||||
private app_select: JQuery;
|
protected app_select: JQuery;
|
||||||
private search: JQuery;
|
protected search: JQuery;
|
||||||
private clear: JQuery;
|
protected clear: JQuery;
|
||||||
private link_button: JQuery;
|
protected link_button: JQuery;
|
||||||
private response: any;
|
private response: any;
|
||||||
private request: any;
|
private request: any;
|
||||||
private last_search: string;
|
private last_search: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user