mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 04:29:41 +00:00
Fix jsdoc in calendar
This commit is contained in:
parent
cde0adc28e
commit
b26da4f97f
@ -727,7 +727,7 @@ Module.register("calendar", {
|
|||||||
* Retrieves the maximum entry count for a specific calendar url.
|
* Retrieves the maximum entry count for a specific calendar url.
|
||||||
*
|
*
|
||||||
* @param {string} url The calendar url
|
* @param {string} url The calendar url
|
||||||
* @returns {int} The maximum entry count
|
* @returns {number} The maximum entry count
|
||||||
*/
|
*/
|
||||||
maximumEntriesForUrl: function (url) {
|
maximumEntriesForUrl: function (url) {
|
||||||
return this.getCalendarProperty(url, "maximumEntries", this.config.maximumEntries);
|
return this.getCalendarProperty(url, "maximumEntries", this.config.maximumEntries);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user