From 7da1281dd08c515f18e0144168784f695803a191 Mon Sep 17 00:00:00 2001 From: Gleb Zevkov Date: Thu, 20 Jun 2013 13:49:22 +0200 Subject: [PATCH] Removed uncompilable function definition --- raphael/raphael.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/raphael/raphael.d.ts b/raphael/raphael.d.ts index c17a8d4fa..fc8503cd3 100644 --- a/raphael/raphael.d.ts +++ b/raphael/raphael.d.ts @@ -245,7 +245,6 @@ interface RaphaelStatic { format(token: string, ...parameters: any[]): string; fullfill(token: string, json: JSON): string; getColor(value?: number): string; - getColor: { reset(); }; getPointAtLength(path: string, length: number): { x: number; y: number; alpha: number; }; getRGB(colour: string): { r: number; g: number; b: number; hex: string; error: bool; }; getSubpath(path: string, from: number, to: number): string;