mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Keep private app objects if dialog gets destroyed
This commit is contained in:
4
api/js/jsapi/egw_global.d.ts
vendored
4
api/js/jsapi/egw_global.d.ts
vendored
@ -13,6 +13,8 @@
|
||||
* @author Andreas Stöckel
|
||||
*/
|
||||
|
||||
import {EgwApp} from "./egw_app";
|
||||
|
||||
/**
|
||||
* Global egw object (for now created by the diverse JavaScript files) with a TypeScript interface
|
||||
*/
|
||||
@ -1297,7 +1299,7 @@ declare interface IegwAppLocal extends IegwWndLocal
|
||||
declare function egw_getFramework() : any;
|
||||
declare var chrome : any;
|
||||
declare var InstallTrigger : any;
|
||||
declare var app : {classes: any, [propName: string]: any};
|
||||
declare var app : {classes: any, [propName: string]: EgwApp};
|
||||
declare var egw_globalObjectManager : any;
|
||||
declare var framework : any;
|
||||
declare var egw_LAB : any;
|
||||
|
Reference in New Issue
Block a user