mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
replace LAB.js with native es5 loading
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
egw_inheritance;
|
||||
/api/js/es6-promise.min.js;
|
||||
*/
|
||||
import './egw_inheritance.js';
|
||||
|
||||
/**
|
||||
* Object to collect instanciated appliction objects
|
||||
@ -28,7 +29,7 @@
|
||||
*
|
||||
* @type object
|
||||
*/
|
||||
app = {classes: {}};
|
||||
window.app = {classes: {}};
|
||||
|
||||
/**
|
||||
* Common base class for application javascript
|
||||
|
Reference in New Issue
Block a user