From 90af9810a37e171ac6860d7fe7d32625be6a2ef5 Mon Sep 17 00:00:00 2001 From: glitch4347 Date: Thu, 23 May 2024 10:29:59 +0200 Subject: [PATCH] update comment --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c7a5219..0ce30de 100644 --- a/src/index.ts +++ b/src/index.ts @@ -79,7 +79,8 @@ class ChartwerkPod { _series: T[] = [], _options: O ) { - // need to call explicitly because lazyStyleTag + // need to call explicitly because option lazyStyleTag + // in webpack style-loader styles.use(); this.options = new CoreOptions(_options);