From 52c5897cccf4ea407dc7fcfcce4da5acf56fcbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 26 Aug 2014 10:52:58 +0200 Subject: [PATCH] Add @api stable annotations to olx.format.WriteOptions --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 97368314ba..b5dd20b244 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -1322,7 +1322,7 @@ olx.format.WriteOptions; * `defaultDataProjection` is set for a format, the features will be returned * in the `featureProjection`. * @type {ol.proj.ProjectionLike|undefined} - * @api + * @api stable */ olx.format.WriteOptions.prototype.dataProjection; @@ -1331,7 +1331,7 @@ olx.format.WriteOptions.prototype.dataProjection; * Projection of the feature geometries that will be serialized by the format * writer. * @type {ol.proj.ProjectionLike} - * @api + * @api stable */ olx.format.WriteOptions.prototype.featureProjection;