| Index: client/dom/generated/src/frog/DocumentType.dart
|
| diff --git a/client/dom/generated/src/frog/DocumentType.dart b/client/dom/generated/src/frog/DocumentType.dart
|
| deleted file mode 100644
|
| index d0fbb99b3ae1edbdd675362bbc77dbc620643896..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/DocumentType.dart
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -
|
| -class _DocumentTypeJs extends _NodeJs implements DocumentType native "*DocumentType" {
|
| -
|
| - final _NamedNodeMapJs entities;
|
| -
|
| - final String internalSubset;
|
| -
|
| - final String name;
|
| -
|
| - final _NamedNodeMapJs notations;
|
| -
|
| - final String publicId;
|
| -
|
| - final String systemId;
|
| -}
|
|
|