Remove unnecessary string from excluded array

This commit is contained in:
Andrew McOlash
2017-03-12 20:22:40 -05:00
parent 873125abe1
commit 5466e1b733
2 changed files with 3 additions and 5 deletions

View File

@@ -39,9 +39,7 @@ Module.register("calendar", {
"'s birthday": ""
},
broadcastEvents: true,
excludedEvents: [
""
]
excludedEvents: []
},
// Define required scripts.
@@ -135,7 +133,7 @@ Module.register("calendar", {
if (excluded) {
continue;
}
var eventWrapper = document.createElement("tr");
if (this.config.colored) {