From 410ccad473c611a4babae8a186ced9ec049e756c Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Tue, 3 Mar 2015 20:48:49 +0900 Subject: [PATCH] Make blank line for readability --- modules/autoHide.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/autoHide.js b/modules/autoHide.js index c64c18a9..9653f9bf 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -1417,6 +1417,7 @@ AutoHideWindow.prototype = inherit(AutoHideConstants, { var mode = this.treeStyleTab.isFullscreenAutoHide ? utils.getTreePref('tabbar.autoHide.mode.fullscreen') : this.lastMode; + if (mode == this.mode) return;