bug 348731, non-existing builds need Tiers

This commit is contained in:
axel%pike.org 2006-09-02 17:45:51 +00:00
parent 2dce05e7a5
commit 34c4735a3c

View File

@ -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);