Add className property in SVGElement

This commit is contained in:
zhengbli 2015-07-09 16:48:39 -07:00
parent 9353a60cff
commit 89c44f52a3

View file

@ -8715,6 +8715,7 @@ declare var SVGDescElement: {
interface SVGElement extends Element {
id: string;
className: any;
onclick: (ev: MouseEvent) => any;
ondblclick: (ev: MouseEvent) => any;
onfocusin: (ev: FocusEvent) => any;