thedaian

Results 1 comments of thedaian

This seems to occur when `this.columns` and `col` in `_renderGrid()` are equal. It effectively prevents `for (var column = 0; column < (this.columns - col); column++) {` from running and...