| Index: samples-dev/swarm/ConfigHintDialog.dart
|
| diff --git a/samples-dev/swarm/ConfigHintDialog.dart b/samples-dev/swarm/ConfigHintDialog.dart
|
| index 0587bb60a696289af057050c9857554f8e0da7f4..3ec6d30fff9085a6a41b7b838cf80befb497d702 100644
|
| --- a/samples-dev/swarm/ConfigHintDialog.dart
|
| +++ b/samples-dev/swarm/ConfigHintDialog.dart
|
| @@ -16,13 +16,14 @@ class ConfigHintDialog extends DialogView {
|
| }
|
|
|
| ConfigHintDialog._impl(this._parent, this._doneHandler, View content)
|
| - : super('Feed configuration', '', content);
|
| + : super('Feed configuration', '', content);
|
|
|
| - void onDone() { _doneHandler(); }
|
| + void onDone() {
|
| + _doneHandler();
|
| + }
|
|
|
| static View makeContent() {
|
| - return new View.html(
|
| - '''
|
| + return new View.html('''
|
| <div>
|
| Add or remove feeds in
|
| <a href="https://www.google.com/reader" target="_blank">
|
|
|