From 2199e5ec5f81ddbfe5eaa0ae17443dc2864783f9 Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Wed, 28 Oct 2015 17:19:54 -0200 Subject: Issue #493 - Fixed some bug and did some refactors Fixed the nagivation mode when used click to edit recipients and also refactored the code to split the responsability --- web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js') diff --git a/web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js b/web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js index 35741bb7..6c52c52e 100644 --- a/web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js +++ b/web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js @@ -54,10 +54,6 @@ define(['helpers/iterator'], function (Iterator) { this.input.focus(); } }; - - this.editCurrent = function() { - this.iterator.removeCurrent().editRecipient(); - }; } }); -- cgit v1.2.3