fix: missing jsdoc files

This commit is contained in:
Tobi Schäfer 2020-03-18 10:35:18 +01:00
parent bd552751f5
commit d985d1be0c
13 changed files with 246 additions and 102 deletions

View file

@ -14,9 +14,11 @@
* $Date$
*/
// convenience SingleFileRepository to load all the
// convenience SingleFileRepository to load all the
// Javascript library files in ./modules/helma
/** @namespace helma */
app.addRepository('modules/helma/Aspects.js');
app.addRepository('modules/helma/Chart.js');
app.addRepository('modules/helma/Color.js');