diff options
-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; } |