| Index: client/html/generated/html/interface/StyleSheet.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/StyleSheet.dart
|
| similarity index 56%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/StyleSheet.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..78b3e3b2769b1ca100b0a635e7b8fc973a4cdd58 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/StyleSheet.dart
|
| @@ -4,5 +4,19 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface StyleSheet {
|
| +
|
| + bool disabled;
|
| +
|
| + final String href;
|
| +
|
| + final MediaList media;
|
| +
|
| + final Node ownerNode;
|
| +
|
| + final StyleSheet parentStyleSheet;
|
| +
|
| + final String title;
|
| +
|
| + final String type;
|
| +}
|
|
|