| Index: client/dom/generated/src/frog/HTMLCollection.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLCollection.dart b/client/dom/generated/src/frog/HTMLCollection.dart
|
| index 51a855f5e1e8e155ae3a16b97d135b5f7e5ef9f3..0d125b853afeadb64bc426c502ac1cdf85e2881e 100644
|
| --- a/client/dom/generated/src/frog/HTMLCollection.dart
|
| +++ b/client/dom/generated/src/frog/HTMLCollection.dart
|
| @@ -1,19 +1,15 @@
|
|
|
| -class HTMLCollectionJS implements HTMLCollection native "*HTMLCollection" {
|
| +class HTMLCollectionJs extends DOMTypeJs implements HTMLCollection native "*HTMLCollection" {
|
|
|
| int get length() native "return this.length;";
|
|
|
| - NodeJS operator[](int index) native;
|
| + NodeJs operator[](int index) native;
|
|
|
| - void operator[]=(int index, NodeJS value) {
|
| + void operator[]=(int index, NodeJs value) {
|
| throw new UnsupportedOperationException("Cannot assign element of immutable List.");
|
| }
|
|
|
| - NodeJS item(int index) native;
|
| + NodeJs item(int index) native;
|
|
|
| - NodeJS namedItem(String name) native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| + NodeJs namedItem(String name) native;
|
| }
|
|
|