Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Issue 365083006: Fixed example in dart:html Events (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/templates/html/impl/impl_EventTarget.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index 839930e1bf99a4e8babc38e72d632133991efdef..cc653f7b5e174ed37b83334ae2b7471933b3db18 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -12526,10 +12526,10 @@ class EventSource extends EventTarget {
*
* Custom events can be declared as:
*
- * class DataGenerator {
- * static EventStreamProvider<Event> dataEvent =
- * new EventStreamProvider('data');
- * }
+ * class DataGenerator {
+ * static EventStreamProvider<Event> dataEvent =
+ * new EventStreamProvider('data');
+ * }
*
* Then listeners should access the event with:
*
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/templates/html/impl/impl_EventTarget.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698