From 3338d567928d925c315899cc897b547e787d00be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 26 Aug 2014 10:52:35 +0200 Subject: [PATCH] Add @api stable annotations to olx.format.ReadOptions --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 176034a77b..97368314ba 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -1294,7 +1294,7 @@ olx.format.ReadOptions; * the data and if no `defaultDataProjection` is set for a format, the features * will not be reprojected. * @type {ol.proj.ProjectionLike|undefined} - * @api + * @api stable */ olx.format.ReadOptions.prototype.dataProjection; @@ -1303,7 +1303,7 @@ olx.format.ReadOptions.prototype.dataProjection; * Projection of the feature geometries created by the format reader. If not * provided, features will be returned in the `dataProjection`. * @type {ol.proj.ProjectionLike|undefined} - * @api + * @api stable */ olx.format.ReadOptions.prototype.featureProjection;