diff --git a/src/ol/pixel.js b/src/ol/pixel.js index dbd070f374..dbf1d451da 100644 --- a/src/ol/pixel.js +++ b/src/ol/pixel.js @@ -5,6 +5,6 @@ goog.provide('ol.Pixel'); * An array with two elements, representing a pixel. The first element is the * x-coordinate, the second the y-coordinate of the pixel. * @typedef {Array.} - * @api + * @api stable */ ol.Pixel;