Removes @fires annotation from LabelCache
This commit is contained in:
@@ -8,7 +8,6 @@ import LRUCache from '../../structs/LRUCache.js';
|
|||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Cache of pre-rendered labels.
|
* Cache of pre-rendered labels.
|
||||||
* @fires import("../events/Event.js").Event
|
|
||||||
*/
|
*/
|
||||||
class LabelCache extends LRUCache {
|
class LabelCache extends LRUCache {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user