Merge pull request #4255 from dbeckwith/d3

Adds shiftKey property to D3Event.
This commit is contained in:
Masahiro Wakame
2015-05-06 23:16:39 +09:00

1
d3/d3.d.ts vendored
View File

@@ -60,6 +60,7 @@ declare module D3 {
altKey?: boolean;
ctrlKey?: boolean;
metaKey?: boolean;
shiftKey?: boolean;
type: string;
}