Fix indent

This commit is contained in:
Piro / YUKI Hiroshi 2016-03-11 03:01:12 +09:00
parent fbbc1cd11d
commit 05a93437a3

View File

@ -108,7 +108,7 @@ function TreeStyleTabBrowser(aWindowService, aTabBrowser)
this._treeViewEnabled = true;
if (prefs.getPref('browser.startup.page') === 1) // prevent to group home page tabs
this.nextOpenedTabToBeParent = false;
this.nextOpenedTabToBeParent = false;
}
TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {