From 151b76f1aa75bb34b00a8982c491b0a69c229dfc Mon Sep 17 00:00:00 2001 From: ivanegegia Date: Tue, 28 Apr 2015 15:54:26 +0400 Subject: [PATCH] Corrected fromPath parameter type --- matter/matter.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matter/matter.d.ts b/matter/matter.d.ts index cc9384703..61a10fa02 100644 --- a/matter/matter.d.ts +++ b/matter/matter.d.ts @@ -1343,7 +1343,7 @@ declare module Matter * @param path * @returns vertices */ - static fromPath ( path ):Array; + static fromPath ( path:string ):Array; /** * Returns the moment of inertia (second moment of area) of the set of vertices given the total mass.