Fix missing ")"
This commit is contained in:
parent
5fccd33645
commit
7976852515
@ -4169,7 +4169,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
||||
if (restoringChildren.length)
|
||||
aTab.setAttribute(this.kCHILDREN_RESTORING, restoringChildren.join('|'));
|
||||
else
|
||||
aTab.removeAttribute(this.kCHILDREN_RESTORING;
|
||||
aTab.removeAttribute(this.kCHILDREN_RESTORING);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user