Merge pull request #2611 from elemoine/pixel-stability

Add @api stable annotation to ol.Pixel
This commit is contained in:
Éric Lemoine
2014-08-25 10:20:08 +02:00
+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;