Fix olx.style.IconOptions.prototype.src type
The `olx.style.IconOptions` `@typedef` was already correct.
This commit is contained in:
+2
-2
@@ -6986,7 +6986,7 @@ olx.style.IconOptions.prototype.opacity;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Scale.
|
* Scale. Default is `1`.
|
||||||
* @type {number|undefined}
|
* @type {number|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
@@ -7044,7 +7044,7 @@ olx.style.IconOptions.prototype.imgSize;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Image source URI.
|
* Image source URI.
|
||||||
* @type {string}
|
* @type {string|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.style.IconOptions.prototype.src;
|
olx.style.IconOptions.prototype.src;
|
||||||
|
|||||||
Reference in New Issue
Block a user