Merge pull request #2450 from probins/events

Improve and standardise event docs
This commit is contained in:
Éric Lemoine
2014-08-18 17:35:59 +02:00
10 changed files with 41 additions and 3 deletions

View File

@@ -484,6 +484,10 @@ ol.source.Vector.prototype.removeFromIdIndex_ = function(feature) {
/**
* @classdesc
* Events emitted by {@link ol.source.Vector} instances are instances of this
* type.
*
* @constructor
* @extends {goog.events.Event}
* @implements {oli.source.VectorEvent}