summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/recipients/recipients.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/mail_view/ui/recipients/recipients.js')
-rw-r--r--web-ui/app/js/mail_view/ui/recipients/recipients.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/js/mail_view/ui/recipients/recipients.js b/web-ui/app/js/mail_view/ui/recipients/recipients.js
index 966f4ba8..3d756bd5 100644
--- a/web-ui/app/js/mail_view/ui/recipients/recipients.js
+++ b/web-ui/app/js/mail_view/ui/recipients/recipients.js
@@ -69,11 +69,11 @@ define(
this.getRecipientPosition = function(recipient) {
return recipient.$node.closest('.recipients-area').find('.fixed-recipient').index(recipient.$node);
- }
+ };
this.unselectAllRecipients = function() {
this.$node.find('.recipient-value.selected').removeClass('selected');
- }
+ };
var SPECIAL_KEYS_ACTIONS = {
8: deleteCurrentRecipient,