Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* @type {Object.<string, module:ol/proj/Projection>}
|
||||
* @type {Object<string, module:ol/proj/Projection>}
|
||||
*/
|
||||
let cache = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user