| Index: client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticAbs.dart
|
| diff --git a/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticAbs.dart b/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticAbs.dart
|
| index 31d30ebad6bb90779e4d18a19b6a570c8ef91563..cce676c8c6d8439fda1e6deab6949d6736c63a33 100644
|
| --- a/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticAbs.dart
|
| +++ b/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticAbs.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class SVGPathSegCurvetoQuadraticAbs extends SVGPathSeg native "*SVGPathSegCurvetoQuadraticAbs" {
|
| +class SVGPathSegCurvetoQuadraticAbsJS extends SVGPathSegJS implements SVGPathSegCurvetoQuadraticAbs native "*SVGPathSegCurvetoQuadraticAbs" {
|
|
|
| num get x() native "return this.x;";
|
|
|
|
|