Remove all inheritDoc tags from src/ol/

This commit is contained in:
Frederic Junod
2020-04-03 08:20:49 +02:00
parent d15ec1c12c
commit 9e862c1111
8 changed files with 13 additions and 12 deletions

View File

@@ -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);