(fix) also return all calendars in findAll

This commit is contained in:
Ludovic Marcotte
2015-08-20 22:38:01 -04:00
parent 332dd0d96d
commit 525d1ad80f
@@ -100,7 +100,7 @@
_this.$calendars.push(calendar);
});
}
return this.$calendars;
return _.union(this.$calendars, this.$subscriptions, this.$webcalendars);
};
/**