Преглед изворни кода

Statements are not allowed fix

sebastien пре 7 година
родитељ
комит
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
         "assets": true
     },
     },
     "editor.tabSize": 4,
     "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 {
     interface IGLTFValidatorTypings {
         validateString: (json: string, options?: IGLTFValidationOptions) => Promise<IGLTFValidationResults>;
         validateString: (json: string, options?: IGLTFValidationOptions) => Promise<IGLTFValidationResults>;
-    };
+    }
 }
 }
 
 
 /**
 /**
@@ -950,4 +950,4 @@ interface IGLTFValidationOptions {
  */
  */
 interface IGLTFValidatorTypings {
 interface IGLTFValidatorTypings {
     validateString: (json: string, options?: IGLTFValidationOptions) => Promise<IGLTFValidationResults>;
     validateString: (json: string, options?: IGLTFValidationOptions) => Promise<IGLTFValidationResults>;
-};
+}