mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-29 11:57:55 +00:00
Bug 309462 Error finding parent item in agendaTree r=dmose
This commit is contained in:
parent
c94c5ab1dc
commit
46f9d1ad01
@ -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 + "?";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user