Chromium Code Reviews| Index: tools/dom/templates/html/dartium/html_dartium.darttemplate |
| diff --git a/tools/dom/templates/html/dartium/html_dartium.darttemplate b/tools/dom/templates/html/dartium/html_dartium.darttemplate |
| index 07f75a11b76337edad6b392dc1e7f16ef0c87baf..d42032101f92af1dba1f599ba399a510cfb104f6 100644 |
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate |
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate |
| @@ -6,6 +6,8 @@ |
| // Auto-generated dart:html library. |
| /// The Dart HTML library. |
| +/// |
| +/// For examples, see [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples) on Github. |
|
Emily Fortuna
2013/06/26 06:04:10
can you add some line breaks so it's 80 char?
Like
|
| library dart.dom.html; |
| import 'dart:async'; |