From 949885a3ba8ba23a2e7a5785814be08d31708562 Mon Sep 17 00:00:00 2001 From: TigerRoar Date: Sun, 26 Jul 2015 23:49:14 +1000 Subject: Issue#377 - fix missing semi colon. --- web-ui/app/js/mail_view/ui/recipients/recipient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app') 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'); -- cgit v1.2.3