diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-30 17:41:15 +0200 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-30 17:41:15 +0200 |
commit | d739b867e6bb62a002882efc8c6e80aa37f30237 (patch) | |
tree | a7d0330b3bfd902886ffe57e4cf5504e387c0dc6 /web-ui/app/js | |
parent | b512200aef602afba340321a2ae89fa9293dde73 (diff) |
Fix linter error
Diffstat (limited to 'web-ui/app/js')
-rw-r--r-- | web-ui/app/js/mixins/with_mail_sandbox.js | 2 |
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; } |