From eb3b4bbbd3c5e3c842f9d12622bb25b45b97b38c Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Wed, 28 Oct 2015 18:12:23 -0200 Subject: Issue #493 - Fixed jshint --- web-ui/app/js/mail_view/ui/recipients/recipient.js | 2 +- web-ui/app/js/mail_view/ui/recipients/recipients.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui') 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 4e07732d..abfbc8e4 100644 --- a/web-ui/app/js/mail_view/ui/recipients/recipient.js +++ b/web-ui/app/js/mail_view/ui/recipients/recipient.js @@ -95,7 +95,7 @@ define( this.triggerEditRecipient = function(event, element) { this.trigger(this.$node.closest('.recipients-area'), events.ui.recipients.clickToEdit, this); - } + }; this.after('initialize', function () { this.recipientDelActions(); 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, -- cgit v1.2.3