Merge pull request #13350 from MoonE/fix-type-annotation-no-comment

Remove warning for `@type` annotation by jsdoc
This commit is contained in:
MoonE
2022-02-09 00:38:36 +01:00
committed by GitHub
+2 -1
View File
@@ -18,7 +18,8 @@ class LayerRenderer extends Observable {
super(); super();
/** /**
* @type {boolean} The renderer is initialized and ready to render. * The renderer is initialized and ready to render.
* @type {boolean}
*/ */
this.ready = true; this.ready = true;