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

Unified Diff: samples/third_party/todomvc/scripts/components.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/third_party/dromaeo/common/Interval.dart ('k') | samples/ui_lib/base/Device.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « samples/third_party/dromaeo/common/Interval.dart ('k') | samples/ui_lib/base/Device.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698