Readd className to SVGStylable for compatibility

This commit is contained in:
zhengbli 2015-07-09 16:09:50 -07:00
parent 6c4dc2815a
commit 9353a60cff

View File

@ -12536,6 +12536,7 @@ interface SVGLocatable {
}
interface SVGStylable {
className: any;
style: CSSStyleDeclaration;
}