Преглед на файлове

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