Make blank line for readability

This commit is contained in:
YUKI Hiroshi 2015-03-03 20:48:49 +09:00
parent 0ab37f5757
commit 410ccad473

View File

@ -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;