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

Unified Diff: samples/leap/leap_leg.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/dartcombat/setup.dart ('k') | samples/leap/leap_script.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/leap/leap_leg.dart
diff --git a/samples/leap/leap_leg.dart b/samples/leap/leap_leg.dart
index cc5b06555c64bf53d892aa3eee725e1f84a9345b..fd7007306be1a5ad7613ac1bf4904a1fb87fa9c0 100644
--- a/samples/leap/leap_leg.dart
+++ b/samples/leap/leap_leg.dart
@@ -219,7 +219,7 @@ class LeapCompiler extends Compiler {
void log(message) { print(message); }
- String get legDirectory() => libDir;
+ String get legDirectory => libDir;
LibraryElement scanBuiltinLibrary(String path) {
Uri base = new Uri.fromString(html.window.location.toString());
« no previous file with comments | « samples/dartcombat/setup.dart ('k') | samples/leap/leap_script.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698