Add @api stable annotation to ol.Size

This commit is contained in:
Éric Lemoine
2014-08-22 17:21:46 +02:00
parent 7a2bad543f
commit c2e93adae0

View File

@@ -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;