| Index: client/dom/generated/src/frog/WebKitAnimationList.dart
|
| diff --git a/client/dom/generated/src/frog/WebKitAnimationList.dart b/client/dom/generated/src/frog/WebKitAnimationList.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a841a89383dd7a1cae6a42e18b299f0bfbb7f462
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/WebKitAnimationList.dart
|
| @@ -0,0 +1,11 @@
|
| +
|
| +class WebKitAnimationList native "WebKitAnimationList" {
|
| +
|
| + int length;
|
| +
|
| + WebKitAnimation item(int index) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|