Merge pull request #4620 from fredj/polyline_option_factor

Fix olx.format.PolylineOptions#factor type
This commit is contained in:
Frédéric Junod
2016-01-05 15:07:26 +01:00

View File

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