Remove @extends and @constructor annotations
This commit is contained in:
@@ -22,8 +22,7 @@ class LRUCache extends EventTarget {
|
||||
* Implements a Least-Recently-Used cache where the keys do not conflict with
|
||||
* Object's properties (e.g. 'hasOwnProperty' is not allowed as a key). Expiring
|
||||
* items from the cache is the responsibility of the user.
|
||||
* @constructor
|
||||
* @extends {module:ol/events/EventTarget}
|
||||
*
|
||||
* @fires module:ol/events/Event~Event
|
||||
* @struct
|
||||
* @template T
|
||||
|
||||
Reference in New Issue
Block a user