remove comment
This commit is contained in:
parent
d1242c4b67
commit
fe4bb5db40
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ export class TimelineViewModel extends ViewModel {
|
|||
}
|
||||
}
|
||||
|
||||
/** if this.tiles is empty, call this with undefined for both startTile and endTile */
|
||||
_setVisibleTileRange(startTile, endTile) {
|
||||
let loadTop;
|
||||
if (startTile && endTile) {
|
||||
|
|
Reference in a new issue