mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Remove framework object from import statement which would override the actual object
This commit is contained in:
1
api/js/jsapi/egw_global.d.ts
vendored
1
api/js/jsapi/egw_global.d.ts
vendored
@ -1302,7 +1302,6 @@ declare var chrome : any;
|
||||
declare var InstallTrigger : any;
|
||||
declare var app : {classes: any, [propName: string]: EgwApp};
|
||||
declare var egw_globalObjectManager : any;
|
||||
declare var framework : any;
|
||||
declare var egw_LAB : any;
|
||||
declare function egwIsMobile() : string|null;
|
||||
|
||||
|
Reference in New Issue
Block a user