Remove extra imports in jsdoc

The symbols are already imported (es6 import)
This commit is contained in:
Frederic Junod
2018-09-18 13:26:10 +02:00
parent 23be1ac56d
commit 9c52e0d6d9
15 changed files with 86 additions and 86 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ export const defaultLineWidth = 1;
/**
* The label cache for text rendering. To change the default cache size of 2048
* entries, use {@link module:ol/structs/LRUCache#setSize}.
* @type {import("../structs/LRUCache.js").default<HTMLCanvasElement>}
* @type {LRUCache<HTMLCanvasElement>}
* @api
*/
export const labelCache = new LRUCache();