Removes @fires annotation from LabelCache

This commit is contained in:
Kai Volland
2019-09-25 15:04:49 +02:00
parent 4fe157e7fb
commit 7c5f144cf4

View File

@@ -8,7 +8,6 @@ import LRUCache from '../../structs/LRUCache.js';
/**
* @classdesc
* Cache of pre-rendered labels.
* @fires import("../events/Event.js").Event
*/
class LabelCache extends LRUCache {