forked from mystiq/hydrogen-web
Use correct variable in comment
This commit is contained in:
parent
c24ac43e72
commit
ae673862dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue