Updated d3.d.ts fixed typo in scale threshold function

This commit is contained in:
chaosmail
2013-11-24 17:15:01 +01:00
parent 8b853198c7
commit 845ef32826
Vendored
+1 -1
View File
@@ -2405,7 +2405,7 @@ declare module D3 {
/*
* Construct a threshold scale with a discrete output range.
*/
theshold(): ThresholdScale;
threshold(): ThresholdScale;
}
export interface Scale {