replace LAB.js with native es5 loading

This commit is contained in:
Ralf Becker
2021-06-05 20:39:39 +02:00
parent 688f970ec0
commit 592b7fb97d
54 changed files with 1258 additions and 1785 deletions

View File

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