Merge pull request #640 from gleno/Fix-Raphael-Typing-Bug

Removed uncompilable function definition
This commit is contained in:
Boris Yankov
2013-06-20 08:06:59 -07:00
-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;