From 7c45a0dc4fd802ad0c014dc32a6e04794195dd77 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 20 Feb 2017 12:19:56 +0100 Subject: [PATCH] Fix olx.style.IconOptions.prototype.src type The `olx.style.IconOptions` `@typedef` was already correct. --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 7887eecd55..9912d40497 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -6986,7 +6986,7 @@ olx.style.IconOptions.prototype.opacity; /** - * Scale. + * Scale. Default is `1`. * @type {number|undefined} * @api */ @@ -7044,7 +7044,7 @@ olx.style.IconOptions.prototype.imgSize; /** * Image source URI. - * @type {string} + * @type {string|undefined} * @api */ olx.style.IconOptions.prototype.src;