| Index: client/dom/generated/src/frog/SVGStylable.dart
|
| diff --git a/client/dom/generated/src/frog/SVGStylable.dart b/client/dom/generated/src/frog/SVGStylable.dart
|
| index 9eff12cfe260630629130829d2405e3ed85fc8d7..ccd49884717461be8e41ff22ebd80cae28c66994 100644
|
| --- a/client/dom/generated/src/frog/SVGStylable.dart
|
| +++ b/client/dom/generated/src/frog/SVGStylable.dart
|
| @@ -1,9 +1,9 @@
|
|
|
| class SVGStylable native "*SVGStylable" {
|
|
|
| - SVGAnimatedString className;
|
| + SVGAnimatedString get className() native "return this.className;";
|
|
|
| - CSSStyleDeclaration style;
|
| + CSSStyleDeclaration get style() native "return this.style;";
|
|
|
| CSSValue getPresentationAttribute(String name) native;
|
|
|
|
|