Index: client/html/generated/html/frog/OutputElement.dart |
diff --git a/client/html/generated/html/frog/OutputElement.dart b/client/html/generated/html/frog/OutputElement.dart |
deleted file mode 100644 |
index 5b1f58e374c43753b4933d1c051e1f147541e2ad..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/OutputElement.dart |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
- |
-class _OutputElementImpl extends _ElementImpl implements OutputElement native "*HTMLOutputElement" { |
- |
- String defaultValue; |
- |
- final _FormElementImpl form; |
- |
- _DOMSettableTokenListImpl htmlFor; |
- |
- final _NodeListImpl labels; |
- |
- String name; |
- |
- final String type; |
- |
- final String validationMessage; |
- |
- final _ValidityStateImpl validity; |
- |
- String value; |
- |
- final bool willValidate; |
- |
- bool checkValidity() native; |
- |
- void setCustomValidity(String error) native; |
-} |