Merge pull request #2611 from elemoine/pixel-stability
Add @api stable annotation to ol.Pixel
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user