This commit is contained in:
noririty%jcom.home.ne.jp 2007-08-22 04:59:08 +00:00
Родитель 45f5903803
Коммит 7fcec3acee
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -759,9 +759,6 @@
// Now select the new tab before nuking the old one.
var currentIndex = this.mPanelContainer.selectedIndex;
// Now select the new tab before nuking the old one.
var currentIndex = this.mPanelContainer.selectedIndex;
var newIndex = -1;
if (currentIndex > index)
newIndex = currentIndex-1;