Merge pull request #1324 from chaosmail/master

Fixed typo in D3js
This commit is contained in:
Basarat Ali Syed
2013-11-24 13:06:26 -08:00
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 {