Add missing ol.render.Feature type annotation

Leftover from #4219
This commit is contained in:
Frederic Junod
2016-02-22 09:12:23 +01:00
parent e6c2fa52f5
commit d7c0aa4887
2 changed files with 10 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ ol.renderer.webgl.VectorLayer.prototype.forEachFeatureAtCoordinate = function(co
frameState.size, frameState.pixelRatio, layerState.opacity,
{},
/**
* @param {ol.Feature} feature Feature.
* @param {ol.Feature|ol.render.Feature} feature Feature.
* @return {?} Callback result.
*/
function(feature) {