Fix mismatched variable name
This commit is contained in:
parent
792db2cc6e
commit
00a7004f9c
@ -5637,7 +5637,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
||||
if (!aChild.parentNode || (aParent && !aParent.parentNode)) // do nothing for closed tab!
|
||||
return;
|
||||
|
||||
log('attachTabTo: attach ', aChild._tPos, ' to ', parentTab._tPos);
|
||||
log('attachTabTo: attach ', aChild._tPos, ' to ', aParent._tPos);
|
||||
|
||||
aInfo = aInfo || {};
|
||||
var newAncestors = [];
|
||||
|
Loading…
Reference in New Issue
Block a user