Convert ol.source.VectorEvent#getFeature method into feature property

This commit is contained in:
Tom Payne
2014-01-23 20:27:51 +01:00
parent df0912bdd3
commit ec81a77cdb
3 changed files with 11 additions and 12 deletions

View File

@@ -72,3 +72,12 @@ oli.render.Event.prototype.glContext;
/** @type {ol.render.IRender|undefined} */
oli.render.Event.prototype.render;
/** @interface */
oli.source.VectorEvent;
/** @type {ol.Feature} */
oli.source.VectorEvent.prototype.feature;