Reduce indent
This commit is contained in:
parent
2c603b7558
commit
30d4bc82e5
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user