Remove opt_this param in ol/structs/LRUCache

This commit is contained in:
Frederic Junod
2019-04-08 13:23:43 +02:00
parent 617dd9f031
commit c20bdedcac
2 changed files with 4 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ class TileCache extends LRUCache {
this.remove(getKey(tile.tileCoord));
tile.dispose();
}
}, this);
}.bind(this));
}
}