mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
bug 348731, non-existing builds need Tiers
This commit is contained in:
parent
2dce05e7a5
commit
34c4735a3c
@ -92,7 +92,9 @@ var waterfallView = {
|
||||
}
|
||||
while (heads[h].textContent < loc) {
|
||||
// we don't have a result for this column in this build
|
||||
wf.appendChild(view.getCell());
|
||||
cell = view.getCell();
|
||||
cell.className = view.getClass(heads[h].textContent)
|
||||
wf.appendChild(cell);
|
||||
h++;
|
||||
if (h >= heads.length) {
|
||||
YAHOO.widget.Logger.log("dropping result for " + loc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user