This commit is contained in:
gavin%gavinsharp.com 2007-08-22 05:04:12 +00:00
Родитель 3b1f09deec
Коммит dfb3002a3c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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