1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-14 01:44:06 +02:00

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