Replace HTMLelementSVGLocatable with SVGLocatable

This commit is contained in:
Utkarsh Upadhyay
2013-07-14 02:14:45 +02:00
parent 06c68fb372
commit 253488be2a
Vendored
+1 -1
View File
@@ -740,7 +740,7 @@ declare module D3 {
insert: (name: string, before: string) => Selection;
select: (selector: string) => Selection;
empty: () => boolean;
node: () => HTMLElementSVGLocatable;
node: () => SVGLocatable;
}
export interface UpdateSelection extends Selection {