Export CollectionEvent from ol/Collection

This commit is contained in:
Tim Schaub
2018-02-18 22:29:50 -07:00
parent 4e0eaae9da
commit 9aae8aeb26
7 changed files with 51 additions and 49 deletions

View File

@@ -349,7 +349,7 @@ Select.getDefaultStyleFunction = function() {
/**
* @param {ol.Collection.Event} evt Event.
* @param {ol.CollectionEvent} evt Event.
* @private
*/
Select.prototype.addFeature_ = function(evt) {
@@ -361,7 +361,7 @@ Select.prototype.addFeature_ = function(evt) {
/**
* @param {ol.Collection.Event} evt Event.
* @param {ol.CollectionEvent} evt Event.
* @private
*/
Select.prototype.removeFeature_ = function(evt) {