Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc2d3ab

Browse files
committed
fix(doc): fix doc generation error
1 parent 3207dcd commit fc2d3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layer/Layer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class Layer extends THREE.EventDispatcher {
176176
this.ready = false;
177177

178178
/**
179-
* @type {Promise<any>[]}
179+
* @type {Array<Promise<any>>}
180180
* @protected
181181
*/
182182
this._promises = [];

0 commit comments

Comments
 (0)