From 2398b837b0ad99bcee2dc7e2ff2a486c64a70452 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Tue, 3 Mar 2015 20:10:01 +0900 Subject: [PATCH] Add missing ";" on the end of line --- modules/autoHide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);