Fix typo
This commit is contained in:
parent
399a31202e
commit
792db2cc6e
@ -5637,7 +5637,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
|||||||
if (!aChild.parentNode || (aParent && !aParent.parentNode)) // do nothing for closed tab!
|
if (!aChild.parentNode || (aParent && !aParent.parentNode)) // do nothing for closed tab!
|
||||||
return;
|
return;
|
||||||
|
|
||||||
log('attachTabTo: attach ', aChild._tPos, ' to '. parentTab._tPos);
|
log('attachTabTo: attach ', aChild._tPos, ' to ', parentTab._tPos);
|
||||||
|
|
||||||
aInfo = aInfo || {};
|
aInfo = aInfo || {};
|
||||||
var newAncestors = [];
|
var newAncestors = [];
|
||||||
@ -5819,7 +5819,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
|||||||
if (!parentTab)
|
if (!parentTab)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
log('detachTab: detach ', aChild._tPos, ' from '. parentTab._tPos);
|
log('detachTab: detach ', aChild._tPos, ' from ', parentTab._tPos);
|
||||||
|
|
||||||
if (!aInfo.dontUpdateInsertionPositionInfo)
|
if (!aInfo.dontUpdateInsertionPositionInfo)
|
||||||
this.closeUpInsertionPositionInfoAround(aChild);
|
this.closeUpInsertionPositionInfoAround(aChild);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user