Remove inheritDoc to work around JSDoc issue

This commit is contained in:
Andreas Hocevar
2020-02-01 19:06:37 +01:00
parent 902f3c2fba
commit 38abbcbdd6

View File

@@ -317,9 +317,6 @@ class TileSource extends Source {
this.tileCache.clear();
}
/**
* @inheritDoc
*/
refresh() {
this.clear();
super.refresh();