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