소스 검색

Statements are not allowed fix

sebastien 6 년 전
부모
커밋
bec0ff50ad
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .vscode/settings.json
  2. 2 2
      dist/preview release/glTF2Interface/babylon.glTF2Interface.d.ts

+ 1 - 1
.vscode/settings.json

@@ -48,5 +48,5 @@
         "assets": true
     },
     "editor.tabSize": 4,
-    "typescript.tsdk": "./Tools/Gulp/node_modules/typescript/lib"
+    "typescript.tsdk": "node_modules\\typescript\\lib"
 }

+ 2 - 2
dist/preview release/glTF2Interface/babylon.glTF2Interface.d.ts

@@ -901,7 +901,7 @@ declare module BABYLON.GLTF2 {
      */
     interface IGLTFValidatorTypings {
         validateString: (json: string, options?: IGLTFValidationOptions) => Promise<IGLTFValidationResults>;
-    };
+    }
 }
 
 /**
@@ -950,4 +950,4 @@ interface IGLTFValidationOptions {
  */
 interface IGLTFValidatorTypings {
     validateString: (json: string, options?: IGLTFValidationOptions) => Promise<IGLTFValidationResults>;
-};
+}