| Index: client/dom/generated/src/frog/SVGAnimatedString.dart
|
| diff --git a/client/dom/generated/src/frog/SVGAnimatedString.dart b/client/dom/generated/src/frog/SVGAnimatedString.dart
|
| index f8b08f9417eb8d98cedfe0bfefdb43c215618bde..b112418c0af34823137e31d21576bf7a6c928350 100644
|
| --- a/client/dom/generated/src/frog/SVGAnimatedString.dart
|
| +++ b/client/dom/generated/src/frog/SVGAnimatedString.dart
|
| @@ -1,13 +1,9 @@
|
|
|
| -class SVGAnimatedStringJS implements SVGAnimatedString native "*SVGAnimatedString" {
|
| +class SVGAnimatedStringJs extends DOMTypeJs implements SVGAnimatedString native "*SVGAnimatedString" {
|
|
|
| String get animVal() native "return this.animVal;";
|
|
|
| String get baseVal() native "return this.baseVal;";
|
|
|
| void set baseVal(String value) native "this.baseVal = value;";
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|