Use correct variable in comment

This commit is contained in:
Eric Eastwood 2022-06-06 17:53:26 -05:00
parent c24ac43e72
commit ae673862dc
1 changed files with 1 additions and 1 deletions

View File

@ -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