Fix olx.format.PolylineOptions#factor type

This property is optional.
This commit is contained in:
Frederic Junod
2016-01-05 13:43:57 +01:00
parent d9b89a8ebe
commit efc601a76d

View File

@@ -1757,7 +1757,7 @@ olx.format.PolylineOptions;
/** /**
* The factor by which the coordinates values will be scaled. * The factor by which the coordinates values will be scaled.
* Default is `1e5`. * Default is `1e5`.
* @type {number} * @type {number|undefined}
* @api stable * @api stable
*/ */
olx.format.PolylineOptions.prototype.factor; olx.format.PolylineOptions.prototype.factor;