| Index: client/dom/generated/src/frog/HTMLAllCollection.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLAllCollection.dart b/client/dom/generated/src/frog/HTMLAllCollection.dart
|
| index 30558db17f38fd49d8567e6d286d3bd7e9a7c2bd..7a838aa36c54be9d2a5dc50872de6d8f89025838 100644
|
| --- a/client/dom/generated/src/frog/HTMLAllCollection.dart
|
| +++ b/client/dom/generated/src/frog/HTMLAllCollection.dart
|
| @@ -1,15 +1,11 @@
|
|
|
| -class HTMLAllCollectionJS implements HTMLAllCollection native "*HTMLAllCollection" {
|
| +class HTMLAllCollectionJs extends DOMTypeJs implements HTMLAllCollection native "*HTMLAllCollection" {
|
|
|
| int get length() native "return this.length;";
|
|
|
| - NodeJS item(int index) native;
|
| + NodeJs item(int index) native;
|
|
|
| - NodeJS namedItem(String name) native;
|
| + NodeJs namedItem(String name) native;
|
|
|
| - NodeListJS tags(String name) native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| + NodeListJs tags(String name) native;
|
| }
|
|
|