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

Unified Diff: samples/ui_lib/touch/Geometry.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/ui_lib/observable/observable.dart ('k') | samples/ui_lib/touch/Momentum.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/ui_lib/touch/Geometry.dart
diff --git a/samples/ui_lib/touch/Geometry.dart b/samples/ui_lib/touch/Geometry.dart
index 100b547b51d8a95976bc13a66d2cacade0bedf43..d7d57b93cc4b22edb0e11c8d1ce8f87d0e29b1ab 100644
--- a/samples/ui_lib/touch/Geometry.dart
+++ b/samples/ui_lib/touch/Geometry.dart
@@ -68,7 +68,7 @@ class Interval {
Interval(num this.start, num this.end) {}
- num get length() {
+ num get length {
return end - start;
}
« no previous file with comments | « samples/ui_lib/observable/observable.dart ('k') | samples/ui_lib/touch/Momentum.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698