mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #640 from gleno/Fix-Raphael-Typing-Bug
Removed uncompilable function definition
This commit is contained in:
Vendored
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user