| Index: client/dom/generated/src/frog/Geoposition.dart
|
| diff --git a/client/dom/generated/src/frog/Geoposition.dart b/client/dom/generated/src/frog/Geoposition.dart
|
| index 8006d657974c161ca904fb52650a41062576186a..42bcd6e411510c4f36bdb26decba7359c981f3f3 100644
|
| --- a/client/dom/generated/src/frog/Geoposition.dart
|
| +++ b/client/dom/generated/src/frog/Geoposition.dart
|
| @@ -1,9 +1,9 @@
|
|
|
| class Geoposition native "*Geoposition" {
|
|
|
| - Coordinates coords;
|
| + Coordinates get coords() native "return this.coords;";
|
|
|
| - int timestamp;
|
| + int get timestamp() native "return this.timestamp;";
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|