summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-30 17:41:15 +0200
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-03-30 17:41:15 +0200
commitd739b867e6bb62a002882efc8c6e80aa37f30237 (patch)
treea7d0330b3bfd902886ffe57e4cf5504e387c0dc6 /web-ui
parentb512200aef602afba340321a2ae89fa9293dde73 (diff)
Fix linter error
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/js/mixins/with_mail_sandbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/mixins/with_mail_sandbox.js b/web-ui/app/js/mixins/with_mail_sandbox.js
index a156e691..c292cb70 100644
--- a/web-ui/app/js/mixins/with_mail_sandbox.js
+++ b/web-ui/app/js/mixins/with_mail_sandbox.js
@@ -71,7 +71,7 @@ define(
}, '*');
};
};
- };
+ }
return withMailSandbox;
}