Skip to content

Commit 8e27065

Browse files
authored
Merge pull request mrdoob#13804 from mrdoob/docs-morphtargetdictionary-type
Docs: Fix type of mesh.morphTargetDictionary
2 parents 09c96d3 + 412e63e commit 8e27065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/objects/Mesh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h3>[property:Array morphTargetInfluences]</h3>
7676
Undefined by default, but reset to a blank array by [page:Mesh.updateMorphTargets updateMorphTargets].
7777
</div>
7878

79-
<h3>[property:Array morphTargetDictionary]</h3>
79+
<h3>[property:Object morphTargetDictionary]</h3>
8080
<div>
8181
A dictionary of morphTargets based on the morphTarget.name property.
8282
Undefined by default, but rebuilt [page:Mesh.updateMorphTargets updateMorphTargets].

0 commit comments

Comments
 (0)