Index: client/dom/generated/src/frog/HTMLAllCollection.dart |
diff --git a/client/dom/generated/src/frog/HTMLAllCollection.dart b/client/dom/generated/src/frog/HTMLAllCollection.dart |
deleted file mode 100644 |
index 92009081b5d1015eaae4aea74367942f8452c170..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/HTMLAllCollection.dart |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
- |
-class _HTMLAllCollectionJs extends _DOMTypeJs implements HTMLAllCollection native "*HTMLAllCollection" { |
- |
- final int length; |
- |
- _NodeJs item(int index) native; |
- |
- _NodeJs namedItem(String name) native; |
- |
- _NodeListJs tags(String name) native; |
-} |