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.