Browse Source

replace todo with comment

pull/40/head
glitch4347 4 months ago
parent
commit
e24bee024b
  1. 2
      src/index.ts

2
src/index.ts

@ -79,7 +79,7 @@ class ChartwerkPod<T extends Serie, O extends Options> {
_series: T[] = [], _series: T[] = [],
_options: O _options: O
) { ) {
// TODO: test if it's necessary // need to call explicitly because lazyStyleTag
styles.use(); styles.use();
this.options = new CoreOptions(_options); this.options = new CoreOptions(_options);

Loading…
Cancel
Save