summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2015-10-28 17:19:54 -0200
committerJefferson Stachelski <jstachel@thoughtworks.com>2015-10-28 17:21:51 -0200
commit2199e5ec5f81ddbfe5eaa0ae17443dc2864783f9 (patch)
treefee03360e6efb984687171844763e68e60fdeb93 /web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js
parent9068cf5c52c589c9228cca7d2ebb1ecec9129a0d (diff)
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
Diffstat (limited to 'web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js')
-rw-r--r--web-ui/app/js/mail_view/ui/recipients/recipients_iterator.js4
1 files changed, 0 insertions, 4 deletions
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();
- };
}
});