Browse Source

tern-threejs: Correct format

Mugen87 8 years ago
parent
commit
5e65bdc15a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/libs/tern-threejs/threejs.js

+ 1 - 1
editor/js/libs/tern-threejs/threejs.js

@@ -3774,7 +3774,7 @@
           "!type": "fn(scalar: number) -> +THREE.Matrix3",
           "!type": "fn(scalar: number) -> +THREE.Matrix3",
           "!doc": "Multiply every component of the matrix by a scalar value."
           "!doc": "Multiply every component of the matrix by a scalar value."
         },
         },
-        "applyToBufferAttribute": {
+				"applyToBufferAttribute": {
           "!type": "fn(attribute: []) -> +THREE.BufferAttribute",
           "!type": "fn(attribute: []) -> +THREE.BufferAttribute",
           "!doc": "Multiply (apply) this matrix to every vector3 in the attribute."
           "!doc": "Multiply (apply) this matrix to every vector3 in the attribute."
         },
         },