| Index: client/dom/generated/src/frog/SVGPathSegLinetoAbs.dart
|
| diff --git a/client/dom/generated/src/frog/SVGPathSegLinetoAbs.dart b/client/dom/generated/src/frog/SVGPathSegLinetoAbs.dart
|
| index 4ead6e91da7e4d68787f99c64178c634757d15fc..193e08961682e0e9083c91a6e0bfd6c947119d65 100644
|
| --- a/client/dom/generated/src/frog/SVGPathSegLinetoAbs.dart
|
| +++ b/client/dom/generated/src/frog/SVGPathSegLinetoAbs.dart
|
| @@ -1,11 +1,7 @@
|
|
|
| class _SVGPathSegLinetoAbsJs extends _SVGPathSegJs implements SVGPathSegLinetoAbs native "*SVGPathSegLinetoAbs" {
|
|
|
| - 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;
|
| }
|
|
|