Skip to content

Commit

Permalink
tern-threejs: Correct format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Dec 15, 2016
1 parent 5e65bdc commit 7b666bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/js/libs/tern-threejs/threejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3774,7 +3774,7 @@
"!type": "fn(scalar: number) -> +THREE.Matrix3",
"!doc": "Multiply every component of the matrix by a scalar value."
},
"applyToBufferAttribute": {
"applyToBufferAttribute": {
"!type": "fn(attribute: []) -> +THREE.BufferAttribute",
"!doc": "Multiply (apply) this matrix to every vector3 in the attribute."
},
Expand Down Expand Up @@ -3937,7 +3937,7 @@
"!type": "fn() -> +THREE.Matrix4",
"!doc": "Clones this matrix."
},
"applyToBufferAttribute": {
"applyToBufferAttribute": {
"!type": "fn(attribute: []) -> +THREE.BufferAttribute",
"!doc": "Multiply (apply) this matrix to every vector3 in the attribute."
},
Expand Down

0 comments on commit 7b666bf

Please sign in to comment.