| 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 6d9418cfba8ee3f1965f402b7fa01dfeb72afac2..07b7c5217671038a4143ce102c67f65a47e20499 100644
|
| --- a/client/dom/generated/src/frog/SVGStylable.dart
|
| +++ b/client/dom/generated/src/frog/SVGStylable.dart
|
| @@ -1,13 +1,9 @@
|
|
|
| -class SVGStylableJS implements SVGStylable native "*SVGStylable" {
|
| +class SVGStylableJs extends DOMTypeJs implements SVGStylable native "*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;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| + CSSValueJs getPresentationAttribute(String name) native;
|
| }
|
|
|