From 580943e700d913ad453c7a170c521bff667b09a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 22 Aug 2014 10:24:15 +0200 Subject: [PATCH] Add @api stable annotations for olx.source.MapQuestOptions --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 02a0a86b8b..2b38fd7549 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -3827,7 +3827,7 @@ olx.source.KMLOptions.prototype.urls; /** * @typedef {{layer: string, * tileLoadFunction: (ol.TileLoadFunctionType|undefined)}} - * @api stable + * @api */ olx.source.MapQuestOptions; @@ -3835,7 +3835,7 @@ olx.source.MapQuestOptions; /** * Layer. Possible values are `osm`, `sat`, and `hyb`. * @type {string} - * @api + * @api stable */ olx.source.MapQuestOptions.prototype.layer;