remove whitespace

pull/186/head
Esteban Marin 7 years ago committed by GitHub
parent 371fecbc66
commit da5f44b369

@ -62,7 +62,7 @@ export function getAvailablePositions(positions, columnSpan, columns) {
// Another example where the second column's item extends past the first:
// [10, 20, 10, 0] => [20, 20, 10] => 10
const available = [];
// For how many possible positions for this item there are.
for (let i = 0; i <= columns - columnSpan; i++) {
// Find the bigger value for each place it could fit.

Loading…
Cancel
Save