| Index: samples/third_party/todomvc/scripts/components.dart
|
| diff --git a/samples/third_party/todomvc/scripts/components.dart b/samples/third_party/todomvc/scripts/components.dart
|
| index 5f837fdffdab4953c4e1858f1b784e81a9fa4f46..a7e8a121aee63513f8ad92ff3e319139f6729e77 100644
|
| --- a/samples/third_party/todomvc/scripts/components.dart
|
| +++ b/samples/third_party/todomvc/scripts/components.dart
|
| @@ -161,7 +161,7 @@ class TodoList implements WebComponent {
|
| }
|
| }
|
|
|
| - Todos get model() => _model;
|
| + Todos get model => _model;
|
|
|
| void created() {
|
| _footer = _shadowRoot.query('#footer');
|
|
|