We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cb954 commit 9c0af2bCopy full SHA for 9c0af2b
modules/default/calendar/calendar.js
@@ -184,9 +184,9 @@ Module.register("calendar", {
184
185
if (notification === "CALENDAR_EVENTS") {
186
if (this.hasCalendarURL(payload.url)) {
187
- // have we received data for this url
+ // have we received events for this url
188
if (!this.calendarData[payload.url]) {
189
- // no,m setup tehe structure
+ // no, setup the structure to hold the info
190
this.calendarData[payload.url] = { events: null, checksum: null };
191
}
192
// save the event list
0 commit comments