| Index: client/dom/generated/src/frog/Coordinates.dart
|
| diff --git a/client/dom/generated/src/frog/Coordinates.dart b/client/dom/generated/src/frog/Coordinates.dart
|
| index e307f6ea3c1fa29e8c55aed60f9b9793a7aefd7a..1ba09ea05438555b726c509c5086bb583a45798e 100644
|
| --- a/client/dom/generated/src/frog/Coordinates.dart
|
| +++ b/client/dom/generated/src/frog/Coordinates.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class CoordinatesJS implements Coordinates native "*Coordinates" {
|
| +class CoordinatesJs extends DOMTypeJs implements Coordinates native "*Coordinates" {
|
|
|
| num get accuracy() native "return this.accuracy;";
|
|
|
| @@ -14,8 +14,4 @@ class CoordinatesJS implements Coordinates native "*Coordinates" {
|
| num get longitude() native "return this.longitude;";
|
|
|
| num get speed() native "return this.speed;";
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|