From f81e15f0925bcd5254736b16a490360beacc4a96 Mon Sep 17 00:00:00 2001
From: Jefferson Stachelski <jstachel@thoughtworks.com>
Date: Fri, 23 Oct 2015 12:18:38 -0200
Subject: Issue #493 - Fix jshint

---
 web-ui/app/js/mail_view/ui/recipients/recipient.js | 6 +++---
 1 file 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 5b0535fb..487ca9a0 100644
--- a/web-ui/app/js/mail_view/ui/recipients/recipient.js
+++ b/web-ui/app/js/mail_view/ui/recipients/recipient.js
@@ -87,9 +87,9 @@ define(
 
       this.editRecipient = function(evt) {
         var mailAddr = this.$node.children('input[type=hidden]').val();
-        // TODO: refator the code bellow
-        $("#recipients-to-area").find("input.tt-input").val(mailAddr);
-        $("#recipients-to-area").find("input.tt-input").focus();
+        // TODO: refactor the code bellow
+        $('#recipients-to-area').find('input.tt-input').val(mailAddr);
+        $('#recipients-to-area').find('input.tt-input').focus();
         // this.triger(document, events.ui.recipients:inputFieldHasCharacters);
         this.destroy();
       };
-- 
cgit v1.2.3