Merge pull request #920 from jonaslewin/master

toString on Color returns a string
This commit is contained in:
Boris Yankov
2013-08-23 05:59:01 -07:00
Vendored
+1 -1
View File
@@ -1388,7 +1388,7 @@ declare module D3 {
/**
* convert the color to a string.
*/
toString(): Color;
toString(): string;
}
export interface RGBColor extends Color{