浏览代码

tern-threejs: Correct format

Mugen87 8 年之前
父节点
当前提交
5e65bdc15a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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",
           "!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."
         },