Index: client/dom/generated/src/frog/SVGZoomAndPan.dart |
diff --git a/client/dom/generated/src/frog/SVGZoomAndPan.dart b/client/dom/generated/src/frog/SVGZoomAndPan.dart |
index 641022e36540c493fd1aadf374c745af1d2d0da8..134a079b26d18b6b2fde4ccb4fdf625be1bb7d4f 100644 |
--- a/client/dom/generated/src/frog/SVGZoomAndPan.dart |
+++ b/client/dom/generated/src/frog/SVGZoomAndPan.dart |
@@ -1,5 +1,5 @@ |
-class SVGZoomAndPanJS implements SVGZoomAndPan native "*SVGZoomAndPan" { |
+class SVGZoomAndPanJs extends DOMTypeJs implements SVGZoomAndPan native "*SVGZoomAndPan" { |
static final int SVG_ZOOMANDPAN_DISABLE = 1; |
@@ -10,8 +10,4 @@ class SVGZoomAndPanJS implements SVGZoomAndPan native "*SVGZoomAndPan" { |
int get zoomAndPan() native "return this.zoomAndPan;"; |
void set zoomAndPan(int value) native "this.zoomAndPan = value;"; |
- |
- var dartObjectLocalStorage; |
- |
- String get typeName() native; |
} |