Mark ol.style.Image#getImage with @api

This commit is contained in:
Éric Lemoine
2014-09-29 16:31:36 +02:00
parent af7944ef42
commit ddbc1d260c

View File

@@ -121,6 +121,7 @@ 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;