| 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 d8f06189c58b07c7b70a895fc809995a4671c8fa..821e9f558f4664479983d6615422c71650784b71 100644
|
| --- a/client/dom/generated/src/frog/SVGStopElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGStopElement.dart
|
| @@ -1,13 +1,13 @@
|
|
|
| -class SVGStopElementJS extends SVGElementJS implements SVGStopElement native "*SVGStopElement" {
|
| +class SVGStopElementJs extends SVGElementJs implements SVGStopElement native "*SVGStopElement" {
|
|
|
| - SVGAnimatedNumberJS get offset() native "return this.offset;";
|
| + SVGAnimatedNumberJs get offset() native "return this.offset;";
|
|
|
| // From SVGStylable
|
|
|
| - SVGAnimatedStringJS get className() native "return this.className;";
|
| + SVGAnimatedStringJs get className() native "return this.className;";
|
|
|
| - CSSStyleDeclarationJS get style() native "return this.style;";
|
| + CSSStyleDeclarationJs get style() native "return this.style;";
|
|
|
| - CSSValueJS getPresentationAttribute(String name) native;
|
| + CSSValueJs getPresentationAttribute(String name) native;
|
| }
|
|
|