Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -159,7 +159,7 @@ class Cluster extends VectorSource {
|
||||
const features = this.source.getFeatures();
|
||||
|
||||
/**
|
||||
* @type {!Object.<string, boolean>}
|
||||
* @type {!Object<string, boolean>}
|
||||
*/
|
||||
const clustered = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user