From 5031efe99918926d45d77e3905c3a7718e29e24b Mon Sep 17 00:00:00 2001 From: basarat Date: Sat, 20 Jul 2013 23:11:52 +1000 Subject: [PATCH] http://raphaeljs.com/reference.html#Raphael.getColor fixed invalid typescript http://raphaeljs.com/reference.html#Raphael.getColor --- raphael/raphael.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); };