Index: client/dom/generated/src/frog/SVGAnimatedEnumeration.dart |
diff --git a/client/dom/generated/src/frog/SVGAnimatedEnumeration.dart b/client/dom/generated/src/frog/SVGAnimatedEnumeration.dart |
index 224f6f86c8583d5378a83fd9599508c41a850c04..7d1f7364b7320ccc6bfd749a9a46d9a6699044c3 100644 |
--- a/client/dom/generated/src/frog/SVGAnimatedEnumeration.dart |
+++ b/client/dom/generated/src/frog/SVGAnimatedEnumeration.dart |
@@ -1,13 +1,9 @@ |
-class SVGAnimatedEnumerationJS implements SVGAnimatedEnumeration native "*SVGAnimatedEnumeration" { |
+class SVGAnimatedEnumerationJs extends DOMTypeJs implements SVGAnimatedEnumeration native "*SVGAnimatedEnumeration" { |
int get animVal() native "return this.animVal;"; |
int get baseVal() native "return this.baseVal;"; |
void set baseVal(int value) native "this.baseVal = value;"; |
- |
- var dartObjectLocalStorage; |
- |
- String get typeName() native; |
} |