Remove @api annotation from abstract method
This commit is contained in:
@@ -124,7 +124,6 @@ ol.style.Image.prototype.getAnchor = goog.abstractMethod;
|
|||||||
* @function
|
* @function
|
||||||
* @param {number} pixelRatio Pixel ratio.
|
* @param {number} pixelRatio Pixel ratio.
|
||||||
* @return {HTMLCanvasElement|HTMLVideoElement|Image} Image element.
|
* @return {HTMLCanvasElement|HTMLVideoElement|Image} Image element.
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
ol.style.Image.prototype.getImage = goog.abstractMethod;
|
ol.style.Image.prototype.getImage = goog.abstractMethod;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user