Module type for ol.struct.*

This commit is contained in:
Frederic Junod
2018-04-25 13:48:31 +02:00
parent b4588f7d47
commit 76769f9901
7 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ export const defaultLineWidth = 1;
/**
* The label cache for text rendering. To change the default cache size of 2048
* entries, use {@link ol.structs.LRUCache#setSize}.
* @type {ol.structs.LRUCache.<HTMLCanvasElement>}
* @type {module:ol/structs/LRUCache.<HTMLCanvasElement>}
* @api
*/
export const labelCache = new LRUCache();