Reduce indent
This commit is contained in:
parent
2c603b7558
commit
30d4bc82e5
@ -123,12 +123,12 @@ BrowserUIShowHideObserver.prototype = {
|
||||
)
|
||||
return;
|
||||
|
||||
if (aMutation.attributeName == 'hidden' ||
|
||||
aMutation.attributeName == 'collapsed' ||
|
||||
aMutation.attributeName == 'moz-collapsed' || // Used in full screen mode
|
||||
aMutation.attributeName == 'disablechrome') {
|
||||
TST.updateFloatingTabbar(TreeStyleTabConstants.kTABBAR_UPDATE_BY_WINDOW_RESIZE);
|
||||
}
|
||||
if (aMutation.attributeName == 'hidden' ||
|
||||
aMutation.attributeName == 'collapsed' ||
|
||||
aMutation.attributeName == 'moz-collapsed' || // Used in full screen mode
|
||||
aMutation.attributeName == 'disablechrome') {
|
||||
TST.updateFloatingTabbar(TreeStyleTabConstants.kTABBAR_UPDATE_BY_WINDOW_RESIZE);
|
||||
}
|
||||
},
|
||||
|
||||
destroyChildrenObserver : function BrowserUIShowHideObserver_destroyChildrenObserver(aParent)
|
||||
|
Loading…
Reference in New Issue
Block a user