Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ export const fromString = (
|
||||
const MAX_CACHE_SIZE = 1024;
|
||||
|
||||
/**
|
||||
* @type {Object.<string, module:ol/color~Color>}
|
||||
* @type {Object<string, module:ol/color~Color>}
|
||||
*/
|
||||
const cache = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user