| Index: client/dom/generated/src/frog/Touch.dart
|
| diff --git a/client/dom/generated/src/frog/Touch.dart b/client/dom/generated/src/frog/Touch.dart
|
| index a16cc9ac105c420d9e662f256b8f86cb516e7835..1fb6c223a32271abb7cad301f7041c50b3144698 100644
|
| --- a/client/dom/generated/src/frog/Touch.dart
|
| +++ b/client/dom/generated/src/frog/Touch.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class Touch native "*Touch" {
|
| +class TouchJS implements Touch native "*Touch" {
|
|
|
| int get clientX() native "return this.clientX;";
|
|
|
| @@ -15,7 +15,7 @@ class Touch native "*Touch" {
|
|
|
| int get screenY() native "return this.screenY;";
|
|
|
| - EventTarget get target() native "return this.target;";
|
| + EventTargetJS get target() native "return this.target;";
|
|
|
| num get webkitForce() native "return this.webkitForce;";
|
|
|
|
|