From 3f4ba0af5f46febc28525fcaffb82b159bdd4553 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 18 Jul 2018 00:44:24 -0600 Subject: [PATCH] Call super in regular shape --- src/ol/style/RegularShape.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/style/RegularShape.js b/src/ol/style/RegularShape.js index b8c00b3c20..34f7ee4853 100644 --- a/src/ol/style/RegularShape.js +++ b/src/ol/style/RegularShape.js @@ -57,6 +57,8 @@ class RegularShape extends ImageStyle { * @api */ constructor(options) { + super(); + /** * @private * @type {Array.}