Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -251,7 +251,7 @@ class Select extends Interaction {
|
||||
* An association between selected feature (key)
|
||||
* and layer (value)
|
||||
* @private
|
||||
* @type {Object.<number, module:ol/layer/Layer>}
|
||||
* @type {Object<number, module:ol/layer/Layer>}
|
||||
*/
|
||||
this.featureLayerAssociation_ = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user