Merge pull request #13350 from MoonE/fix-type-annotation-no-comment
Remove warning for `@type` annotation by jsdoc
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user