diff --git a/modules/autoHide.js b/modules/autoHide.js index efe2568b..78f8d525 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -1400,7 +1400,7 @@ AutoHideWindow.prototype = inherit(AutoHideConstants, { get lastMode() { - var lastMode = this.treeStyleTab.getWindowValue(this.kMODE) + var lastMode = this.treeStyleTab.getWindowValue(this.kMODE); if (lastMode !== '') return parseInt(lastMode);