Add @api stable annotation to ol.Size
This commit is contained in:
@@ -5,7 +5,7 @@ goog.provide('ol.size');
|
||||
/**
|
||||
* An array of numbers representing a size: `[width, height]`.
|
||||
* @typedef {Array.<number>}
|
||||
* @api
|
||||
* @api stable
|
||||
*/
|
||||
ol.Size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user