Add @api stable annotation to ol.Pixel

This commit is contained in:
Éric Lemoine
2014-08-25 10:00:10 +02:00
parent cd4063b0d8
commit a1d91042b1
+1 -1
View File
@@ -5,6 +5,6 @@ goog.provide('ol.Pixel');
* An array with two elements, representing a pixel. The first element is the * An array with two elements, representing a pixel. The first element is the
* x-coordinate, the second the y-coordinate of the pixel. * x-coordinate, the second the y-coordinate of the pixel.
* @typedef {Array.<number>} * @typedef {Array.<number>}
* @api * @api stable
*/ */
ol.Pixel; ol.Pixel;