| Index: client/dom/generated/src/frog/HTMLOptionsCollection.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLOptionsCollection.dart b/client/dom/generated/src/frog/HTMLOptionsCollection.dart
|
| deleted file mode 100644
|
| index 9d0dd76821d1af691acc222340a56d40aefe4053..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/HTMLOptionsCollection.dart
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -
|
| -class _HTMLOptionsCollectionJs extends _HTMLCollectionJs implements HTMLOptionsCollection native "*HTMLOptionsCollection" {
|
| -
|
| - // Shadowing definition.
|
| - int get length() native "return this.length;";
|
| - void set length(int value) native "this.length = value;";
|
| -
|
| - int selectedIndex;
|
| -
|
| - void remove(int index) native;
|
| -}
|
|
|