Skip to content

Commit

Permalink
doc(Layer): fix type ??
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Dec 4, 2024
1 parent 77697fb commit ca285d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Main/src/Layer/Layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class Layer extends THREE.EventDispatcher {
this.ready = false;

/**
* @type {Promise<any>[]}
* @type {Promise<any>}
* @protected
*/
this._promises = [];
Expand Down

0 comments on commit ca285d8

Please sign in to comment.