| Index: client/dom/generated/src/frog/HTMLInputElement.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLInputElement.dart b/client/dom/generated/src/frog/HTMLInputElement.dart
|
| index 2cd42c438ce17d5f945785662ae93e3e1bf52b95..cc18bb4ef62f651ed99ad367a4db02031418542e 100644
|
| --- a/client/dom/generated/src/frog/HTMLInputElement.dart
|
| +++ b/client/dom/generated/src/frog/HTMLInputElement.dart
|
| @@ -75,8 +75,6 @@ class _HTMLInputElementJs extends _HTMLElementJs implements HTMLInputElement nat
|
|
|
| _NodeListJs get labels() native "return this.labels;";
|
|
|
| - _HTMLElementJs get list() native "return this.list;";
|
| -
|
| String get max() native "return this.max;";
|
|
|
| void set max(String value) native "this.max = value;";
|
| @@ -113,8 +111,6 @@ class _HTMLInputElementJs extends _HTMLElementJs implements HTMLInputElement nat
|
|
|
| void set required(bool value) native "this.required = value;";
|
|
|
| - _HTMLOptionElementJs get selectedOption() native "return this.selectedOption;";
|
| -
|
| String get selectionDirection() native "return this.selectionDirection;";
|
|
|
| void set selectionDirection(String value) native "this.selectionDirection = value;";
|
|
|