diff --git a/src/ol/style/iconstyle.js b/src/ol/style/iconstyle.js index e7f20f2120..c82881420a 100644 --- a/src/ol/style/iconstyle.js +++ b/src/ol/style/iconstyle.js @@ -228,7 +228,8 @@ ol.style.Icon.prototype.getAnchor = function() { /** - * @inheritDoc + * @param {number} pixelRatio Pixel ratio. + * @return {Image} Image element. * @api */ ol.style.Icon.prototype.getImage = function(pixelRatio) {