Fix missing ")"

This commit is contained in:
YUKI "Piro" Hiroshi 2014-04-16 17:39:47 +09:00
parent 5fccd33645
commit 7976852515

View File

@ -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);
}
},