From efc601a76d3dfef2e4a7bc9d93f2af13c7bd9fd5 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 5 Jan 2016 13:43:57 +0100 Subject: [PATCH] Fix olx.format.PolylineOptions#factor type This property is optional. --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 559cb766c1..4b5c79b10d 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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;