Correct typedef of selectinteraction options obj

The key `features` of the constructor options that can be passed to
`ol.interaction.Select` can also be `undefined`.
This commit is contained in:
Marc Jansen
2015-12-16 13:58:33 +01:00
parent ae90c32f01
commit 945f1e7580

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;