| Index: client/html/generated/html/interface/HTMLOptionsCollection.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/HTMLOptionsCollection.dart
|
| similarity index 67%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/HTMLOptionsCollection.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..f1bd78838c92adb2f380d5c97284bc3ec09e6f39 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/HTMLOptionsCollection.dart
|
| @@ -4,5 +4,11 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface HTMLOptionsCollection extends HTMLCollection {
|
| +
|
| + int length;
|
| +
|
| + int selectedIndex;
|
| +
|
| + void remove(int index);
|
| +}
|
|
|