From 759419593ab7b852910379be192f86dc5112bd5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 25 Aug 2014 09:56:29 +0200 Subject: [PATCH] Add @api stable annotations to olx.GeolocationOptions --- externs/olx.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 8bbf6b16bb..34f6eb5605 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -76,7 +76,7 @@ olx.GeolocationOptions; /** * Start Tracking. Default is `false`. * @type {boolean|undefined} - * @api + * @api stable */ olx.GeolocationOptions.prototype.tracking; @@ -85,7 +85,7 @@ olx.GeolocationOptions.prototype.tracking; * Tracking options. See * {@link http://www.w3.org/TR/geolocation-API/#position_options_interface}. * @type {GeolocationPositionOptions|undefined} - * @api + * @api stable */ olx.GeolocationOptions.prototype.trackingOptions; @@ -93,7 +93,7 @@ olx.GeolocationOptions.prototype.trackingOptions; /** * Projection. * @type {ol.proj.ProjectionLike} - * @api + * @api stable */ olx.GeolocationOptions.prototype.projection;