Index: client/dom/generated/src/frog/HTMLPropertiesCollection.dart |
diff --git a/client/dom/generated/src/frog/HTMLPropertiesCollection.dart b/client/dom/generated/src/frog/HTMLPropertiesCollection.dart |
deleted file mode 100644 |
index 97966bc460b16b7075f0d560f2a29906d8841aa5..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/HTMLPropertiesCollection.dart |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
- |
-class _HTMLPropertiesCollectionJs extends _HTMLCollectionJs implements HTMLPropertiesCollection native "*HTMLPropertiesCollection" { |
- |
- int get length() native "return this.length;"; |
- |
- _NodeJs item(int index) native; |
-} |