Merge pull request #10598 from ahocevar/refresh-no-inheritdoc

Remove inheritDoc to work around JSDoc issue
This commit is contained in:
Andreas Hocevar
2020-02-03 22:32:52 +01:00
committed by GitHub
2 changed files with 0 additions and 6 deletions

View File

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

View File

@@ -914,9 +914,6 @@ class VectorSource extends Source {
}
}
/**
* @inheritDoc
*/
refresh() {
this.clear(true);
this.loadedExtentsRtree_.clear();