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 5c142c6eb757a821744c8bb2c398af2abc3e781d..6440d5a336fceb85ea59944668ff7666c2232fcf 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -1,3 +1,4 @@ |
+/// The Dart HTML library. |
library dart.dom.html; |
import 'dart:async'; |
@@ -21,7 +22,6 @@ import 'dart:_foreign_helper' show JS; |
// https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
// Auto-generated dart:html library. |
-/// The Dart HTML library. |
// Not actually used, but imported since dart:html can generate these objects. |