forked from mystiq/hydrogen-web
unused now
This commit is contained in:
parent
37597e2acb
commit
0b1d9bf25e
1 changed files with 0 additions and 8 deletions
|
@ -62,14 +62,6 @@ export class GapTile extends SimpleTile {
|
|||
return this._loading;
|
||||
}
|
||||
|
||||
get isUp() {
|
||||
return this._entry.direction.isBackward;
|
||||
}
|
||||
|
||||
get isDown() {
|
||||
return this._entry.direction.isForward;
|
||||
}
|
||||
|
||||
get error() {
|
||||
if (this._error) {
|
||||
const dir = this._entry.prev_batch ? "previous" : "next";
|
||||
|
|
Loading…
Reference in a new issue