summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/recipients
diff options
context:
space:
mode:
authorTigerRoar <Tendious@bigpond.com>2015-07-26 23:49:14 +1000
committerTigerRoar <Tendious@bigpond.com>2015-07-26 23:49:14 +1000
commit949885a3ba8ba23a2e7a5785814be08d31708562 (patch)
tree370404e35c49c1661cfd42a12006681363d7136a /web-ui/app/js/mail_view/ui/recipients
parent2f7c9a7546decdcc52a21d9e2098cc381411f684 (diff)
Issue#377 - fix missing semi colon.
Diffstat (limited to 'web-ui/app/js/mail_view/ui/recipients')
-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');