Merge pull request #791 from basarat/patch-7

Fixed invalid typescript
This commit is contained in:
Diullei Gomes
2013-07-20 07:37:34 -07:00

View File

@@ -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();
};