Remove all inheritDoc tags from src/ol/
This commit is contained in:
@@ -59,7 +59,8 @@ class TileQueue extends PriorityQueue {
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @param {Array} element Element.
|
||||
* @return {boolean} The element was added to the queue.
|
||||
*/
|
||||
enqueue(element) {
|
||||
const added = super.enqueue(element);
|
||||
|
||||
Reference in New Issue
Block a user