| Index: client/dom/generated/src/frog/SVGStopElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGStopElement.dart b/client/dom/generated/src/frog/SVGStopElement.dart
|
| index 5bd87d0440322fba234c74adfae9e35cd3c36a27..e3f104be2a5cda072adf318112567c3b4b0ba65d 100644
|
| --- a/client/dom/generated/src/frog/SVGStopElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGStopElement.dart
|
| @@ -1,13 +1,13 @@
|
|
|
| class SVGStopElement extends SVGElement native "*SVGStopElement" {
|
|
|
| - SVGAnimatedNumber offset;
|
| + SVGAnimatedNumber get offset() native "return this.offset;";
|
|
|
| // From SVGStylable
|
|
|
| - SVGAnimatedString className;
|
| + SVGAnimatedString get className() native "return this.className;";
|
|
|
| - CSSStyleDeclaration style;
|
| + CSSStyleDeclaration get style() native "return this.style;";
|
|
|
| CSSValue getPresentationAttribute(String name) native;
|
| }
|
|
|