From 0f032a138892ee50173b81a1f1b1c677dbf7756a Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 19 Apr 2017 12:05:03 +0200 Subject: [PATCH] Add default value in doc for the hitTolerance option --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 01445f7d27..4cfcc5dd5a 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -2970,7 +2970,7 @@ olx.interaction.TranslateOptions.prototype.layers; /** * Hit-detection tolerance. Pixels inside the radius around the given position * will be checked for features. This only works for the canvas renderer and - * not for WebGL. + * not for WebGL. Default is `0`. * @type {number|undefined} * @api */ @@ -3391,7 +3391,7 @@ olx.interaction.SelectOptions.prototype.wrapX; /** * Hit-detection tolerance. Pixels inside the radius around the given position * will be checked for features. This only works for the canvas renderer and - * not for WebGL. + * not for WebGL. Default is `0`. * @type {number|undefined} * @api */