r-spatial/leafem

Undeclared variable i

Closed this issue · 1 comments

for (i = 0; i < cols.length; i++) {

I can recommend eslint. :)

Thanks! that's a classical R thing! I am happy I remembered to start counting from 0 instead of 1 (as is done in R).
Fixed now