summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/js/mail_view/ui/recipients/recipient.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/mail_view/ui/recipients/recipient.js b/web-ui/app/js/mail_view/ui/recipients/recipient.js
index 2048a978..f4e6e9a6 100644
--- a/web-ui/app/js/mail_view/ui/recipients/recipient.js
+++ b/web-ui/app/js/mail_view/ui/recipients/recipient.js
@@ -70,7 +70,7 @@ define(
this.isSelected = function () {
return this.$node.find('.recipient-value').hasClass('selected');
- }
+ };
this.discoverEncryption = function () {
this.$node.addClass('discorver-encryption');