Fix indent

This commit is contained in:
YUKI Hiroshi 2015-11-09 17:28:03 +09:00
parent 081acb238b
commit 3cff4eb9ca

View File

@ -425,7 +425,7 @@ TreeStyleTabWindow.prototype = inherit(TreeStyleTabBase, {
this.fullscreenObserver = new FullscreenObserver(this.window); this.fullscreenObserver = new FullscreenObserver(this.window);
this.initUIShowHideObserver(); this.initUIShowHideObserver();
if (!this.isMac) if (!this.isMac)
this.initMenubarShowHideObserver(); this.initMenubarShowHideObserver();
var appcontent = d.getElementById('appcontent'); var appcontent = d.getElementById('appcontent');
appcontent.addEventListener('SubBrowserAdded', this, false); appcontent.addEventListener('SubBrowserAdded', this, false);