Merge pull request #6518 from fredj/fix_icon_src_type

Fix olx.style.IconOptions.prototype.src type
This commit is contained in:
Frédéric Junod
2017-02-20 13:17:36 +01:00
committed by GitHub

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;