diff options
| author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-11-13 18:08:17 -0200 | 
|---|---|---|
| committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-11-13 18:08:17 -0200 | 
| commit | a5db6de4510ddb0028642379f424f57cfa4c9f48 (patch) | |
| tree | 5fc8b5150e7bb2ede2479b6f9a683babe86e7071 | |
| parent | 24e634ad5ec09ab627ddd89ae64ed68417fe475c (diff) | |
Issue #525 - Fixed jshint
| -rw-r--r-- | web-ui/app/js/mixins/with_mail_edit_base.js | 2 | 
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(); | 
