Skip to content

Commit 1cc3795

Browse files
missing param name
1 parent e559c32 commit 1cc3795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goJS/goJS.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ declare module go {
15091509
* the default predicate checks whether the argument is a string
15101510
* @return {*}
15111511
*/
1512-
static takeBuilderArgument(args: Array<any>, defval?: any, pred?: (any) => boolean): any;
1512+
static takeBuilderArgument(args: Array<any>, defval?: any, pred?: (arg: any) => boolean): any;
15131513

15141514
/**
15151515
* Returns the effective angle that the object is drawn at, in document coordinates.

0 commit comments

Comments
 (0)