Module type for ol.Feature and short notation for ol/render/Feature

This commit is contained in:
Frederic Junod
2018-04-26 15:26:15 +02:00
parent 11d9f6de83
commit 61067e6c2c
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -840,7 +840,7 @@ VectorSource.prototype.handleFeatureChange_ = function(event) {
/**
* Returns true if the feature is contained within the source.
* @param {ol.Feature} feature Feature.
* @param {module:ol/Feature} feature Feature.
* @return {boolean} Has feature.
* @api
*/