summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/recipients/recipient.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/mail_view/ui/recipients/recipient.js')
-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 66577f51..4e07732d 100644
--- a/web-ui/app/js/mail_view/ui/recipients/recipient.js
+++ b/web-ui/app/js/mail_view/ui/recipients/recipient.js
@@ -40,7 +40,7 @@ define(
this.recipientDelActions = function () {
this.on(this.$node.find('.recipient-del'), 'click', function (event) {
this.doSelect();
- this.trigger(events.ui.recipients.deleteRecipient, {recipientsName : this.attr.address});
+ this.trigger(events.ui.recipients.deleteRecipient, this);
event.preventDefault();
});