d3js header was normalized.

This commit is contained in:
Diullei Gomes
2013-02-16 18:22:53 -02:00
parent de1c4b158f
commit e4a13a007f
Vendored
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for d3JS
// Project: http://d3js.org/
// Definitions by: TypeScript samples
// Definitions: https://github.com/borisyankov/DefinitelyTyped
interface ID3Selectors {
select: {
(selector: string): ID3Selection;