From 1cc3795113d7cad8190e35ed33a4e62fd3675b86 Mon Sep 17 00:00:00 2001 From: WalterNorthwoods Date: Fri, 11 Mar 2016 01:06:12 -0500 Subject: [PATCH] missing param name --- goJS/goJS.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goJS/goJS.d.ts b/goJS/goJS.d.ts index 613c1b2c9..71b12cffb 100644 --- a/goJS/goJS.d.ts +++ b/goJS/goJS.d.ts @@ -1509,7 +1509,7 @@ declare module go { * the default predicate checks whether the argument is a string * @return {*} */ - static takeBuilderArgument(args: Array, defval?: any, pred?: (any) => boolean): any; + static takeBuilderArgument(args: Array, defval?: any, pred?: (arg: any) => boolean): any; /** * Returns the effective angle that the object is drawn at, in document coordinates.