Minor cleanup to event/task editors

This commit is contained in:
Francis Lachapelle
2016-11-01 09:26:44 -04:00
parent 89fdbeee6b
commit 67f566ec9d
3 changed files with 17 additions and 20 deletions

View File

@@ -42,8 +42,7 @@
// Autocomplete cards for attendees
function cardFilter($query) {
AddressBook.$filterAll($query);
return AddressBook.$cards;
return AddressBook.$filterAll($query);
}
function newMessageWithAllRecipients($event) {