fix: missing jsdoc files

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

View file

@ -29,6 +29,7 @@
// Define the global namespace for Jala modules
if (!global.jala) {
/** @namespace jala */
global.jala = {};
}
@ -39,7 +40,7 @@ if (!global.jala) {
"BitTorrent",
"Date",
"DnsClient",
"Captcha",
"Captcha",
"Form",
"History",
"HtmlDocument",