diff --git a/raphael/raphael.d.ts b/raphael/raphael.d.ts index 26a183d2d..5deac9d13 100644 --- a/raphael/raphael.d.ts +++ b/raphael/raphael.d.ts @@ -244,7 +244,7 @@ interface RaphaelStatic { fn: any; format(token: string, ...parameters: any[]): string; fullfill(token: string, json: JSON): string; - getColor { + getColor:{ (value?: number): string; reset(); };