toString on Color returns a string

This commit is contained in:
Jonas
2013-08-23 10:25:06 +02:00
parent a4bcd2fcb9
commit 5524c9f258

2
d3/d3.d.ts vendored
View File

@@ -1388,7 +1388,7 @@ declare module D3 {
/**
* convert the color to a string.
*/
toString(): Color;
toString(): string;
}
export interface RGBColor extends Color{