Adds shiftKey property to D3Event.

This commit is contained in:
Daniel Beckwith
2015-05-03 01:10:35 -04:00
parent 1400e07731
commit 332ac5b1f4
Vendored
+1
View File
@@ -60,6 +60,7 @@ declare module D3 {
altKey?: boolean;
ctrlKey?: boolean;
metaKey?: boolean;
shiftKey?: boolean;
type: string;
}