Better typing

This commit is contained in:
Éric Lemoine
2014-01-13 12:03:20 +01:00
parent b52b2223a6
commit 542cf80da9
5 changed files with 5 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ ol.renderer.dom.ImageLayer.prototype.forEachFeatureAtPixel =
return source.forEachFeatureAtPixel(extent, resolution, rotation, coordinate,
/**
* @param {ol.Feature} feature Feature.
* @return {?} Callback result.
*/
function(feature) {
return callback.call(opt_obj, feature, this);