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
@@ -95,7 +95,7 @@ LRUCache.prototype.containsKey = function(key) {
/**
* @param {function(this: S, T, string, ol.structs.LRUCache): ?} f The function
* @param {function(this: S, T, string, module:ol/structs/LRUCache): ?} f The function
* to call for every entry from the oldest to the newer. This function takes
* 3 arguments (the entry value, the entry key and the LRUCache object).
* The return value is ignored.