Convert collabora app to TS

This commit is contained in:
Hadi Nategh 2020-03-02 15:58:51 +01:00
parent b47a0917d2
commit 5767671d97
2 changed files with 2 additions and 1 deletions

View File

@ -1100,5 +1100,6 @@ var filemanagerAPP = /** @class */ (function (_super) {
};
return filemanagerAPP;
}(egw_app_1.EgwApp));
exports.filemanagerAPP = filemanagerAPP;
app.classes.filemanager = filemanagerAPP;
//# sourceMappingURL=app.js.map

View File

@ -14,7 +14,7 @@ import {et2_nextmatch} from "../../api/js/etemplate/et2_extension_nextmatch";
/**
* UI for filemanager
*/
class filemanagerAPP extends EgwApp
export class filemanagerAPP extends EgwApp
{
static readonly appname: 'filemanager';
/**