| Index: client/dom/generated/src/frog/TouchList.dart
|
| diff --git a/client/dom/generated/src/frog/TouchList.dart b/client/dom/generated/src/frog/TouchList.dart
|
| index 69b9d51c9e748971e6e3f4f2b9c547a74f62515c..65e20b4ca9aafa2e5282ce113883aaf1964f35ea 100644
|
| --- a/client/dom/generated/src/frog/TouchList.dart
|
| +++ b/client/dom/generated/src/frog/TouchList.dart
|
| @@ -1,15 +1,15 @@
|
|
|
| -class TouchList native "*TouchList" {
|
| +class TouchListJS implements TouchList native "*TouchList" {
|
|
|
| int get length() native "return this.length;";
|
|
|
| - Touch operator[](int index) native;
|
| + TouchJS operator[](int index) native;
|
|
|
| - void operator[]=(int index, Touch value) {
|
| + void operator[]=(int index, TouchJS value) {
|
| throw new UnsupportedOperationException("Cannot assign element of immutable List.");
|
| }
|
|
|
| - Touch item(int index) native;
|
| + TouchJS item(int index) native;
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|