| Index: client/dom/generated/src/frog/Rect.dart
|
| diff --git a/client/dom/generated/src/frog/Rect.dart b/client/dom/generated/src/frog/Rect.dart
|
| index a6522f11f5ce5a68afdc73484ac8f55c42a25d67..222e59c32dd528408cb41959132fb70af354796a 100644
|
| --- a/client/dom/generated/src/frog/Rect.dart
|
| +++ b/client/dom/generated/src/frog/Rect.dart
|
| @@ -1,13 +1,13 @@
|
|
|
| class Rect native "*Rect" {
|
|
|
| - CSSPrimitiveValue bottom;
|
| + CSSPrimitiveValue get bottom() native "return this.bottom;";
|
|
|
| - CSSPrimitiveValue left;
|
| + CSSPrimitiveValue get left() native "return this.left;";
|
|
|
| - CSSPrimitiveValue right;
|
| + CSSPrimitiveValue get right() native "return this.right;";
|
|
|
| - CSSPrimitiveValue top;
|
| + CSSPrimitiveValue get top() native "return this.top;";
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|