Set oli.source.VectorEvent#feature to ol.Feature|undefined

This commit remove incoherency between the class and the interface.
This commit is contained in:
Frederic Junod
2016-01-04 16:44:21 +01:00
parent 65b90df4b8
commit 437412362e

View File

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