bug 348731, non-existing builds need Tiers

This commit is contained in:
axel%pike.org 2006-09-02 17:45:51 +00:00
Родитель 2dce05e7a5
Коммит 34c4735a3c
1 изменённых файлов: 3 добавлений и 1 удалений

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

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