From c0bfcfb7ba4a05f568ff87f50eabf23476f6a19b Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 5 Sep 2021 11:29:15 -0600 Subject: [PATCH] Move description above type tag --- src/ol/control/MousePosition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/control/MousePosition.js b/src/ol/control/MousePosition.js index 0e4680d235..57ad4eb59b 100644 --- a/src/ol/control/MousePosition.js +++ b/src/ol/control/MousePosition.js @@ -104,8 +104,8 @@ class MousePosition extends Control { } /** - * @type {boolean} * Change this to `false` when removing the deprecated `undefinedHTML` option. + * @type {boolean} */ let renderOnMouseOut = true;