fix spacing

This commit is contained in:
Andrew McOlash 2019-01-16 22:53:28 -08:00
parent 399e171083
commit 320743ab8d

View File

@ -221,7 +221,7 @@ Module.register("calendar", {
var titleWrapper = document.createElement("td"),
repeatingCountTitle = "";
if (this.config.displayRepeatingCountTitle && event.firstYear !== undefined) {
if (this.config.displayRepeatingCountTitle && event.firstYear !== undefined) {
repeatingCountTitle = this.countTitleForUrl(event.url);