Skip to content

Commit

Permalink
fix(grid): Update lint #2957
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobakova committed Nov 12, 2018
1 parent 2386e69 commit 4788e85
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1245,8 +1245,7 @@ export class IgxGridForOfDirective<T> extends IgxForOfDirective<T> implements On
if (this.isRemote) {
startIndex = 0;
endIndex = this.igxForOf.length;
}
else {
} else {
const inScrollTop = this.igxForScrollOrientation === 'horizontal' ?
this.hScroll.scrollLeft :
this.vh.instance.elementRef.nativeElement.scrollTop;
Expand Down

0 comments on commit 4788e85

Please sign in to comment.