From 99245b47f7b2d413dffc1d8e9202c68fe5922eb3 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Mon, 3 Sep 2018 21:17:49 +0200 Subject: [PATCH] Better type annotation --- src/ol/style/RegularShape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/style/RegularShape.js b/src/ol/style/RegularShape.js index c5b659e3ff..4f38c241b9 100644 --- a/src/ol/style/RegularShape.js +++ b/src/ol/style/RegularShape.js @@ -69,7 +69,7 @@ class RegularShape extends ImageStyle { /** * @private - * @type {Array} + * @type {Array} */ this.checksums_ = null;