Browse Source

Statements are not allowed fix

sebastien 6 years ago
parent
commit
bec0ff50ad

+ 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>;
-};
+}