From 7a6cd21dda47db78042b29596899052eb56091e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20H=C3=B6ren?= Date: Fri, 3 Nov 2017 12:48:22 +0100 Subject: [PATCH] replaced commas with semicolon --- types/three/three-core.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/three/three-core.d.ts b/types/three/three-core.d.ts index 06d27930ee..28b103665a 100644 --- a/types/three/three-core.d.ts +++ b/types/three/three-core.d.ts @@ -7048,3 +7048,4 @@ export class MorphBlendMesh extends Mesh { stopAnimation(name: string): void; update(delta: number): void; } +n