diff options
| author | Victor Shyba <victor.shyba@gmail.com> | 2014-10-22 18:15:19 -0300 |
|---|---|---|
| committer | Victor Shyba <victor.shyba@gmail.com> | 2014-10-22 18:15:19 -0300 |
| commit | 17cd4e45a3f2d09d4ea43cda536e32ca13299234 (patch) | |
| tree | e94047ec2e2a0b8e30ab8c349bc0123144b7f84d /web-ui/test/spec/mixins | |
| parent | 9f34893ab2386d6fcfae51da2a8a15bbfa294b33 (diff) | |
fix jshint errors
Diffstat (limited to 'web-ui/test/spec/mixins')
| -rw-r--r-- | web-ui/test/spec/mixins/with_mail_edit_base.spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/test/spec/mixins/with_mail_edit_base.spec.js b/web-ui/test/spec/mixins/with_mail_edit_base.spec.js index 9f1b47d4..c76bf31d 100644 --- a/web-ui/test/spec/mixins/with_mail_edit_base.spec.js +++ b/web-ui/test/spec/mixins/with_mail_edit_base.spec.js @@ -41,7 +41,7 @@ describeMixin('mixins/with_mail_edit_base', function () { setTimeout(function () { expect(saveDraftSpy).toHaveBeenTriggeredOn(document); - done() + done(); }, 10); }); |
