Refactoring fullscreen / edit handling

This commit is contained in:
Torkel Ödegaard
2014-08-13 12:16:37 +02:00
parent fc686ca618
commit 435a5a67bc
6 changed files with 73 additions and 29 deletions

View File

@@ -101,7 +101,6 @@ define([
it('should remove params from query string', function() {
viewState.update({fullscreen: true, panelId: 1, edit: true});
viewState.update({fullscreen: false});
expect(location.search()).to.eql({});
expect(viewState).to.eql({});
});