diff options
| author | Folker Bernitt <fbernitt@thoughtworks.com> | 2014-10-09 10:58:45 +0200 | 
|---|---|---|
| committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2014-10-09 10:58:45 +0200 | 
| commit | caa949af3c5698902f86d1e72e44cbe6e495dbdd (patch) | |
| tree | 1351d94d177e071262cefd64ee932600bba59cca /web-ui/test | |
| parent | 21b025f80e8fc4168a9717cf691114a0b5154baf (diff) | |
Fixed jshint warnings.
Diffstat (limited to 'web-ui/test')
| -rw-r--r-- | web-ui/test/spec/page/logout.spec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/web-ui/test/spec/page/logout.spec.js b/web-ui/test/spec/page/logout.spec.js index c614af6d..fa1b2634 100644 --- a/web-ui/test/spec/page/logout.spec.js +++ b/web-ui/test/spec/page/logout.spec.js @@ -8,7 +8,7 @@ describeComponent('page/logout', function () {      beforeEach(function() {        features = require('features'); -   }); +    });      it('should provide logout link if logout is enabled', function () {        spyOn(features, 'isLogoutEnabled').andReturn(true); | 
