mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
replace LAB.js with native es5 loading
This commit is contained in:
@ -11,8 +11,10 @@
|
||||
vendor.bower-asset.jquery.dist.jquery;
|
||||
egw_inheritance.js;
|
||||
*/
|
||||
import '../../../vendor/bower-asset/jquery/dist/jquery.js';
|
||||
import '../jsapi/egw_inheritance.js';
|
||||
|
||||
var fw_base = (function(){ "use strict"; return Class.extend(
|
||||
window.fw_base = (function(){ "use strict"; return Class.extend(
|
||||
{
|
||||
/**
|
||||
* Framework base class constructor sets up basic initialization
|
||||
|
Reference in New Issue
Block a user