From 437412362eb0fa0e6ed479e758c2294b94c7e99c Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 4 Jan 2016 16:44:21 +0100 Subject: [PATCH] Set oli.source.VectorEvent#feature to ol.Feature|undefined This commit remove incoherency between the class and the interface. --- externs/oli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/oli.js b/externs/oli.js index 16498949ee..dced65d9cf 100644 --- a/externs/oli.js +++ b/externs/oli.js @@ -328,6 +328,6 @@ oli.source.VectorEvent = function() {}; /** - * @type {ol.Feature} + * @type {ol.Feature|undefined} */ oli.source.VectorEvent.prototype.feature;