summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mixins/with_mail_edit_base.js
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2015-11-13 18:08:17 -0200
committerJefferson Stachelski <jstachel@thoughtworks.com>2015-11-13 18:08:17 -0200
commita5db6de4510ddb0028642379f424f57cfa4c9f48 (patch)
tree5fc8b5150e7bb2ede2479b6f9a683babe86e7071 /web-ui/app/js/mixins/with_mail_edit_base.js
parent24e634ad5ec09ab627ddd89ae64ed68417fe475c (diff)
Issue #525 - Fixed jshint
Diffstat (limited to 'web-ui/app/js/mixins/with_mail_edit_base.js')
-rw-r--r--web-ui/app/js/mixins/with_mail_edit_base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/mixins/with_mail_edit_base.js b/web-ui/app/js/mixins/with_mail_edit_base.js
index f892f08f..c9c60c2d 100644
--- a/web-ui/app/js/mixins/with_mail_edit_base.js
+++ b/web-ui/app/js/mixins/with_mail_edit_base.js
@@ -128,7 +128,7 @@ define(
recipients.map(function(recipient) {
return recipient.trim();
});
- }
+ };
this.sendMail = function () {
this.cancelPostponedSaveDraft();