Remove warning for @type annotation by jsdoc

This commit is contained in:
Maximilian Krög
2022-02-08 21:37:10 +01:00
parent 97a1c196cc
commit 725729344c

View File

@@ -18,7 +18,8 @@ class LayerRenderer extends Observable {
super();
/**
* @type {boolean} The renderer is initialized and ready to render.
* The renderer is initialized and ready to render.
* @type {boolean}
*/
this.ready = true;