зеркало из https://github.com/mozilla/pjs.git
Bug 309462 Error finding parent item in agendaTree r=dmose
This commit is contained in:
Родитель
c6e4a8760f
Коммит
586fa3e1e9
|
@ -199,7 +199,7 @@ function getParentIndex(row)
|
|||
if (this.events[i] instanceof Synthetic)
|
||||
return i;
|
||||
i--;
|
||||
} while (i != 0);
|
||||
} while (i != -1);
|
||||
throw "no parent for row " + row + "?";
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче