Do not abort and dispose of tiles

This commit is contained in:
Andreas Hocevar
2020-01-03 18:59:24 +01:00
parent 6063021792
commit b91e1a893d
11 changed files with 11 additions and 139 deletions

View File

@@ -144,13 +144,6 @@ class Tile extends EventTarget {
this.dispatchEvent(EventType.CHANGE);
}
/**
* @inheritDoc
*/
disposeInternal() {
this.setState(TileState.ABORT);
}
/**
* @return {string} Key.
*/