forked from mystiq/hydrogen-web
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) {
|
_setVisibleTileRange(startTile, endTile) {
|
||||||
let loadTop;
|
let loadTop;
|
||||||
if (startTile && endTile) {
|
if (startTile && endTile) {
|
||||||
|
|
Loading…
Reference in a new issue