Searched refs:cell2 (Results 1 – 1 of 1) sorted by relevance
51 function cellsConflict(cell1, cell2) { argument54 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);