Index: client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart |
diff --git a/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart b/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart |
index c10bcffbe603b69684ee56e9e5994fd90e84e1e8..d1eea478c244beb13070f9ab97b15ee2d843f07f 100644 |
--- a/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart |
+++ b/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart |
@@ -1,11 +1,7 @@ |
class _SVGPathSegCurvetoQuadraticSmoothAbsJs extends _SVGPathSegJs implements SVGPathSegCurvetoQuadraticSmoothAbs native "*SVGPathSegCurvetoQuadraticSmoothAbs" { |
- num get x() native "return this.x;"; |
+ num x; |
- void set x(num value) native "this.x = value;"; |
- |
- num get y() native "return this.y;"; |
- |
- void set y(num value) native "this.y = value;"; |
+ num y; |
} |