diff --git a/src/ol/style/imagestyle.js b/src/ol/style/imagestyle.js index 1cb95b241e..1989843a12 100644 --- a/src/ol/style/imagestyle.js +++ b/src/ol/style/imagestyle.js @@ -124,7 +124,6 @@ ol.style.Image.prototype.getAnchor = goog.abstractMethod; * @function * @param {number} pixelRatio Pixel ratio. * @return {HTMLCanvasElement|HTMLVideoElement|Image} Image element. - * @api */ ol.style.Image.prototype.getImage = goog.abstractMethod;