| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 116b28dfc19ca1a2e022b59ab0224e24c0580572..b91d93f7539c335297dd0360ca8f268ef842c683 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -1,4 +1,6 @@
|
| /// The Dart HTML library.
|
| +///
|
| +/// For examples, see [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples) on Github.
|
| library dart.dom.html;
|
|
|
| import 'dart:async';
|
|
|