fix something I botched before checkin.

This commit is contained in:
blakeross%telocity.com 2001-12-05 04:52:08 +00:00
Родитель ccaad1ec23
Коммит d13c0e993e
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -1494,8 +1494,6 @@
++index;
relativeIndex = index - 1;
}
else if (this.outlinerBoxObject.view.isContainer(currentIndex))
isParent = true;
if (isParent) {
parentRes = this.outlinerBuilder.getResourceAtIndex(this.outlinerBoxObject.view.getParentIndex(relativeIndex));
} else {