Remove inheritDoc to work around JSDoc issue
This commit is contained in:
@@ -317,9 +317,6 @@ class TileSource extends Source {
|
||||
this.tileCache.clear();
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
refresh() {
|
||||
this.clear();
|
||||
super.refresh();
|
||||
|
||||
Reference in New Issue
Block a user