Remove @api annotation from abstract method

This commit is contained in:
Tim Schaub
2015-04-02 14:48:51 +02:00
parent 587c06f565
commit 5bb7535207

View File

@@ -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;