Index: client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothRel.dart |
diff --git a/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothRel.dart b/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothRel.dart |
index a9341d5ec5bd93f0e680cd4bb90aedecd32ff035..8e15c32b4eb25228924ae54960a07e55d3681fb7 100644 |
--- a/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothRel.dart |
+++ b/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticSmoothRel.dart |
@@ -1,11 +1,7 @@ |
class _SVGPathSegCurvetoQuadraticSmoothRelJs extends _SVGPathSegJs implements SVGPathSegCurvetoQuadraticSmoothRel native "*SVGPathSegCurvetoQuadraticSmoothRel" { |
- 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; |
} |