From 83b086db4f5ac0edf43da2722d8d32fc9c85daa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 22 Aug 2014 17:10:30 +0200 Subject: [PATCH] Add @api stable annotations for olx.control.DefaultsOptions --- externs/olx.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 9a1cad5491..c02ae72810 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -884,7 +884,7 @@ olx.control.DefaultsOptions; /** * Attribution. Default is `true`. * @type {boolean|undefined} - * @api + * @api stable */ olx.control.DefaultsOptions.prototype.attribution; @@ -900,7 +900,7 @@ olx.control.DefaultsOptions.prototype.attributionOptions; /** * Rotate. Default is `true`. * @type {boolean|undefined} - * @api + * @api stable */ olx.control.DefaultsOptions.prototype.rotate; @@ -916,7 +916,7 @@ olx.control.DefaultsOptions.prototype.rotateOptions; /** * Zoom. Default is `true`. * @type {boolean|undefined} - * @api + * @api stable */ olx.control.DefaultsOptions.prototype.zoom;