Remove framework object from import statement which would override the actual object

This commit is contained in:
Hadi Nategh
2021-07-07 12:31:01 +02:00
parent 90f1d9ea37
commit 052f5f23cc
4 changed files with 3 additions and 5 deletions

View File

@ -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;