Add missing 'get' from Selection.datum

This commit is contained in:
Juan Tamayo 2013-10-15 19:48:49 -07:00
parent 59af5c0879
commit 366bad1e4d

1
d3/d3.d.ts vendored
View File

@ -719,6 +719,7 @@ declare module D3 {
datum: {
(values: (data: any, index: number) => any): UpdateSelection;
(values: any): UpdateSelection;
() : any;
};
filter: {