DefinitelyTyped/d3
Poul Kjeldager Sørensen 326d9660c0 Update d3.d.ts
this makes the following possible from typescript:
`var context = canvas.node<HTMLCanvasElement>().getContext('2d');`

alternative to

`var context = (<HtmlCanvasElement>canvas.node()).getContext('2d');`
2014-09-05 22:32:26 +02:00
..
plugins Remove quotes from response files 2014-09-02 14:53:39 -07:00
d3-tests.ts Add URL to example from which testcase is drawn 2014-07-02 15:06:15 -07:00
d3-tests.ts.tscparams Remove quotes from response files 2014-09-02 14:53:39 -07:00
d3.d.ts Update d3.d.ts 2014-09-05 22:32:26 +02:00