mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(all): updated tslint rules to latest
This commit is contained in:
@ -12,7 +12,7 @@ import { Range, calcCells, calcHeightIndex, doRender, findCellIndex, getRange, g
|
||||
export class VirtualScroll {
|
||||
|
||||
private scrollEl?: HTMLIonScrollElement;
|
||||
private range: Range = {offset: 0, length: 0};
|
||||
private range: Range = { offset: 0, length: 0 };
|
||||
private timerUpdate: any;
|
||||
private heightIndex?: Uint32Array;
|
||||
private viewportHeight = 0;
|
||||
@ -134,7 +134,7 @@ export class VirtualScroll {
|
||||
this.scrollEl = undefined;
|
||||
}
|
||||
|
||||
@Listen('scroll', {enabled: false, passive: false})
|
||||
@Listen('scroll', { enabled: false, passive: false })
|
||||
onScroll() {
|
||||
this.updateVirtualScroll();
|
||||
}
|
||||
|
Reference in New Issue
Block a user