first try with TypeScript: timesheet app.js incl. new egw_app base-class

This commit is contained in:
Ralf Becker
2020-01-15 08:47:33 +01:00
parent 3d87f13365
commit 55ae9c1c7b
9 changed files with 4216 additions and 197 deletions

View File

@ -437,6 +437,13 @@
};
})();
// get TypeScript modules working with our loader
function require(_file)
{
return { EgwApp: window.EgwApp};
}
var exports = {};
/**
* Call a function specified by it's name (possibly dot separated, eg. "app.myapp.myfunc")
*