persist addEventSource calls (issue 2191)

This commit is contained in:
Adam Shaw
2014-06-24 22:11:42 -07:00
parent 47ae8b3b6e
commit 223d73b01b
+1
View File
@@ -230,6 +230,7 @@ function EventManager(options) { // assumed to be a calendar
function addEventSource(sourceInput) {
var source = buildEventSource(sourceInput);
if (source) {
sources.push(source);
pendingSourceCnt++;
fetchEventSource(source, currentFetchID); // will eventually call reportEvents
}