Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #19 from erock2112/patch-1
Browse files Browse the repository at this point in the history
Fix error in core-header-panel
  • Loading branch information
frankiefu committed Oct 27, 2014
2 parents e688d5f + b638e8d commit 4c51682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-header-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@
},

modeChanged: function(old) {
var configs = this.modeConfigs;
var header = this.header;
if (header) {
var configs = this.modeConfigs;
// in tallMode it may add tallClass to the header; so do the cleanup
// when mode is changed from tallMode to not tallMode
if (configs.tallMode[old] && !configs.tallMode[this.mode]) {
Expand Down

0 comments on commit 4c51682

Please sign in to comment.