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

View File

@@ -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.<number>}
* @api
* @api stable
*/
ol.Pixel;