Reduce indent

This commit is contained in:
Piro / YUKI Hiroshi 2014-03-29 02:19:06 +09:00
parent 2c603b7558
commit 30d4bc82e5

View File

@ -123,12 +123,12 @@ BrowserUIShowHideObserver.prototype = {
) )
return; return;
if (aMutation.attributeName == 'hidden' || if (aMutation.attributeName == 'hidden' ||
aMutation.attributeName == 'collapsed' || aMutation.attributeName == 'collapsed' ||
aMutation.attributeName == 'moz-collapsed' || // Used in full screen mode aMutation.attributeName == 'moz-collapsed' || // Used in full screen mode
aMutation.attributeName == 'disablechrome') { aMutation.attributeName == 'disablechrome') {
TST.updateFloatingTabbar(TreeStyleTabConstants.kTABBAR_UPDATE_BY_WINDOW_RESIZE); TST.updateFloatingTabbar(TreeStyleTabConstants.kTABBAR_UPDATE_BY_WINDOW_RESIZE);
} }
}, },
destroyChildrenObserver : function BrowserUIShowHideObserver_destroyChildrenObserver(aParent) destroyChildrenObserver : function BrowserUIShowHideObserver_destroyChildrenObserver(aParent)