From 94998c8ec7f3b3928384d3ec64fe809a6a5476ba Mon Sep 17 00:00:00 2001 From: Alessandro Isaacs Date: Wed, 2 Mar 2016 14:21:45 -0800 Subject: [PATCH] Update olx --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 16dfcbab43..2528159664 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -6218,7 +6218,7 @@ olx.source.XYZOptions.prototype.wrapX; * minZoom: (number|undefined), * wrapX: (boolean|undefined), * config: (Object|undefined), - * map: string, + * map: (string|undefined), * account: (string|undefined)}} * @api */ @@ -6294,7 +6294,7 @@ olx.source.CartoDBOptions.prototype.config; * If using named maps, this will be the name of the template to load. * See {@link http://docs.cartodb.com/cartodb-platform/maps-api.html#named-maps} * for more detail. - * @type {boolean|undefined} + * @type {string|undefined} * @api */ olx.source.CartoDBOptions.prototype.map;