Index: samples/isolate_html/IsolateSample.dart |
=================================================================== |
--- samples/isolate_html/IsolateSample.dart (revision 4144) |
+++ samples/isolate_html/IsolateSample.dart (working copy) |
@@ -84,7 +84,7 @@ |
} |
static void main() { |
- Dom.ready(void _() { new IsolateSample().ready(); }); |
+ new IsolateSample().ready(); |
} |
// TODO(mattsh) get this off the System object once it's available |