Merge pull request #4571 from marcjansen/select-i-docs

Correct typedef of selectinteraction options obj
This commit is contained in:
Marc Jansen
2015-12-16 14:55:19 +01:00

View File

@@ -2995,7 +2995,7 @@ olx.interaction.SelectOptions.prototype.multi;
* not set the interaction will create a collection. In any case the collection
* used by the interaction is returned by
* {@link ol.interaction.Select#getFeatures}.
* @type {ol.Collection.<ol.Feature>}
* @type {ol.Collection.<ol.Feature>|undefined}
* @api
*/
olx.interaction.SelectOptions.prototype.features;