Removed uncompilable function definition

This commit is contained in:
Gleb Zevkov
2013-06-20 13:49:22 +02:00
parent 15f7597699
commit 7da1281dd0
-1
View File
@@ -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;