From ae673862dce4024c361ade3bfef4ad5ec8df3ccf Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 6 Jun 2022 17:53:26 -0500 Subject: [PATCH] Use correct variable in comment --- src/domain/session/room/timeline/TimelineViewModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain/session/room/timeline/TimelineViewModel.js b/src/domain/session/room/timeline/TimelineViewModel.js index fc16774f..3e12bd2f 100644 --- a/src/domain/session/room/timeline/TimelineViewModel.js +++ b/src/domain/session/room/timeline/TimelineViewModel.js @@ -50,7 +50,7 @@ export class TimelineViewModel extends ViewModel { this._showJumpDown = false; } - /** if this.tiles is empty, call this with undefined for both startTile and endTile */ + /** if this._tiles is empty, call this with undefined for both startTile and endTile */ setVisibleTileRange(startTile, endTile) { // don't clear these once done as they are used to check // for more tiles once loadAtTop finishes