Cleanup calendar jsdoc

This commit is contained in:
rejas
2020-08-03 11:19:54 +02:00
parent 05659820d0
commit 1d4d5cc4e7
3 changed files with 52 additions and 37 deletions

View File

@@ -452,7 +452,7 @@ Module.register("calendar", {
/**
* Creates the sorted list of all events.
*
* @returns {*[]} Array with events.
* @returns {object[]} Array with events.
*/
createEventList: function () {
var events = [];
@@ -533,11 +533,6 @@ Module.register("calendar", {
return false;
},
/* createEventList(url)
*
* argument url string - Url to add.
*/
/**
* Requests node helper to add calendar url.
*