Merge pull request #10598 from ahocevar/refresh-no-inheritdoc
Remove inheritDoc to work around JSDoc issue
This commit is contained in:
@@ -317,9 +317,6 @@ class TileSource extends Source {
|
|||||||
this.tileCache.clear();
|
this.tileCache.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @inheritDoc
|
|
||||||
*/
|
|
||||||
refresh() {
|
refresh() {
|
||||||
this.clear();
|
this.clear();
|
||||||
super.refresh();
|
super.refresh();
|
||||||
|
|||||||
@@ -914,9 +914,6 @@ class VectorSource extends Source {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @inheritDoc
|
|
||||||
*/
|
|
||||||
refresh() {
|
refresh() {
|
||||||
this.clear(true);
|
this.clear(true);
|
||||||
this.loadedExtentsRtree_.clear();
|
this.loadedExtentsRtree_.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user