Merge pull request #4612 from fredj/vector_event_type

Set oli.source.VectorEvent#feature to ol.Feature|undefined
This commit is contained in:
Frédéric Junod
2016-01-05 15:11:48 +01:00

View File

@@ -328,6 +328,6 @@ oli.source.VectorEvent = function() {};
/**
* @type {ol.Feature}
* @type {ol.Feature|undefined}
*/
oli.source.VectorEvent.prototype.feature;