| Index: client/html/generated/html/dartium/AnimationList.dart
|
| diff --git a/client/html/generated/html/dartium/AnimationList.dart b/client/html/generated/html/dartium/AnimationList.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..310f9e894b04e006d438ae9a1ea205d67e0a0ef9
|
| --- /dev/null
|
| +++ b/client/html/generated/html/dartium/AnimationList.dart
|
| @@ -0,0 +1,10 @@
|
| +
|
| +class _AnimationListImpl extends _DOMTypeBase implements AnimationList {
|
| + _AnimationListImpl._wrap(ptr) : super._wrap(ptr);
|
| +
|
| + int get length() => _wrap(_ptr.length);
|
| +
|
| + Animation item(int index) {
|
| + return _wrap(_ptr.item(_unwrap(index)));
|
| + }
|
| +}
|
|
|