Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -11,7 +11,7 @@ class IconImageCache {
|
||||
constructor() {
|
||||
|
||||
/**
|
||||
* @type {!Object.<string, module:ol/style/IconImage>}
|
||||
* @type {!Object<string, module:ol/style/IconImage>}
|
||||
* @private
|
||||
*/
|
||||
this.cache_ = {};
|
||||
|
||||
Reference in New Issue
Block a user