Fix olx.style.IconOptions.prototype.src type

The `olx.style.IconOptions` `@typedef` was already correct.
This commit is contained in:
Frederic Junod
2017-02-20 12:19:56 +01:00
parent a10926ac74
commit 7c45a0dc4f

View File

@@ -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;