var contributor = contributors[contributorNum]; if (row.length === PEOPLE_PER_ROW) { rows.push(ROW_TEMPLATE({people:row.join('')})); row = []; rows.push(ROW_TEMPLATE({people:row.join('')})); callback(null, TABLE_TEMPLATE({rows: rows.join('')})); });
var contributor = contributors[contributorNum]; if (row.length === PEOPLE_PER_ROW) { rows.push(ROW_TEMPLATE({people:row.join('')})); row = []; rows.push(ROW_TEMPLATE({people:row.join('')})); callback(null, TABLE_TEMPLATE({rows: rows.join('')})); });