Update mode toggle.

This commit is contained in:
Lars Jung 2015-05-14 18:04:39 +02:00
parent a61dea8c40
commit 89d56b3ae4
3 changed files with 10 additions and 6 deletions

View file

@ -18,7 +18,7 @@ describe('module \'' + ID + '\'', function () {
image: sinon.stub().returns(util.uniqPath('-image.png'))
};
this.xSettings = {view: {
viewmodeToggle: false
modeToggle: false
}};
this.xSidebar = {$el: null};
this.xTopbar = {$el: null};