Bug 324449: comment tweak

This commit is contained in:
gavin@gavinsharp.com 2007-08-21 22:00:56 -07:00
parent 863d236755
commit 40ed3cb58f

View File

@ -1330,7 +1330,7 @@
for (i = 0; i < this.mTabContainer.childNodes.length; ++i) {
var tab = this.mTabContainer.childNodes[i];
if ("owner" in tab && tab.owner == oldTab)
// |tab| is a child of the tab we're removing - make it an orphan
// |tab| is a child of the tab we're removing, make it an orphan
tab.owner = null;
}