Ver Fonte

tern-threejs: Correct format

Mugen87 há 8 anos atrás
pai
commit
7b666bfd04
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      editor/js/libs/tern-threejs/threejs.js

+ 2 - 2
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."
         },
@@ -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."
         },