Home
last modified time | relevance | path

Searched refs:cell2 (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/cli-table3/src/
Dlayout-manager.js51 function cellsConflict(cell1, cell2) { argument
54 let yMin2 = cell2.y;
55 let yMax2 = cell2.y - 1 + (cell2.rowSpan || 1);
60 let xMin2 = cell2.x;
61 let xMax2 = cell2.x - 1 + (cell2.colSpan || 1);