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

Unified Diff: samples/ui_lib/view/MeasureText.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/touch/TouchUtil.dart ('k') | samples/ui_lib/view/view.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/ui_lib/view/MeasureText.dart
diff --git a/samples/ui_lib/view/MeasureText.dart b/samples/ui_lib/view/MeasureText.dart
index 5deb3ed31b058daed09d78548f14324019d79729..2881b327388d186536e633bb96f0e834e0991531 100644
--- a/samples/ui_lib/view/MeasureText.dart
+++ b/samples/ui_lib/view/MeasureText.dart
@@ -38,7 +38,7 @@ class MeasureText {
return character == ' ' || character == '\t' || character == '\n';
}
- num get typicalCharLength() {
+ num get typicalCharLength {
return _typicalCharLength;
}
« no previous file with comments | « samples/ui_lib/touch/TouchUtil.dart ('k') | samples/ui_lib/view/view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698