mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Run eslint over files, see what gets fixed automatically and clean up
This commit is contained in:
@@ -556,12 +556,11 @@ Module.register("calendar", {
|
||||
},
|
||||
|
||||
/**
|
||||
* symbolsForEvent(event)
|
||||
* Retrieves the symbols for a specific event.
|
||||
*
|
||||
* argument event object - Event to look for.
|
||||
* @param {object} event Event to look for.
|
||||
*
|
||||
* return array - The Symbols
|
||||
* @returns {*} array The Symbols
|
||||
*/
|
||||
symbolsForEvent: function (event) {
|
||||
let symbols = this.getCalendarPropertyAsArray(event.url, "symbol", this.config.defaultSymbol);
|
||||
|
Reference in New Issue
Block a user