Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -47,7 +47,7 @@ class LRUCache extends EventTarget {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {!Object.<string, module:ol/structs/LRUCache~Entry>}
|
||||
* @type {!Object<string, module:ol/structs/LRUCache~Entry>}
|
||||
*/
|
||||
this.entries_ = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user