mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed invalid typescript http://raphaeljs.com/reference.html#Raphael.getColor
This commit is contained in:
Vendored
+1
-1
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user