mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Convert collabora app to TS
This commit is contained in:
parent
b47a0917d2
commit
5767671d97
@ -1100,5 +1100,6 @@ var filemanagerAPP = /** @class */ (function (_super) {
|
|||||||
};
|
};
|
||||||
return filemanagerAPP;
|
return filemanagerAPP;
|
||||||
}(egw_app_1.EgwApp));
|
}(egw_app_1.EgwApp));
|
||||||
|
exports.filemanagerAPP = filemanagerAPP;
|
||||||
app.classes.filemanager = filemanagerAPP;
|
app.classes.filemanager = filemanagerAPP;
|
||||||
//# sourceMappingURL=app.js.map
|
//# sourceMappingURL=app.js.map
|
@ -14,7 +14,7 @@ import {et2_nextmatch} from "../../api/js/etemplate/et2_extension_nextmatch";
|
|||||||
/**
|
/**
|
||||||
* UI for filemanager
|
* UI for filemanager
|
||||||
*/
|
*/
|
||||||
class filemanagerAPP extends EgwApp
|
export class filemanagerAPP extends EgwApp
|
||||||
{
|
{
|
||||||
static readonly appname: 'filemanager';
|
static readonly appname: 'filemanager';
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user