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()); |