| Index: client/html/generated/html/interface/AnimationList.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/AnimationList.dart
|
| similarity index 76%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/AnimationList.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..ce7d0fa0102495be6d023f6c4f884ffda5f6670b 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/AnimationList.dart
|
| @@ -4,5 +4,9 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface AnimationList {
|
| +
|
| + final int length;
|
| +
|
| + Animation item(int index);
|
| +}
|
|
|