| Index: tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| index 5551a1ecdfff66b46b22f1c3e9b5af887c2c660a..88ad1c15734f59602a50d2994d87bdbed6331072 100644
|
| --- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| @@ -22,10 +22,10 @@ part of $LIBRARYNAME;
|
| *
|
| * 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:
|
| *
|
|
|