| Index: examples/dart/hello_world/world/main.dart
|
| diff --git a/examples/dart/hello_world/world/main.dart b/examples/dart/hello_world/world/main.dart
|
| index f804b56238dbcc22a9bbf107d441b54699ef9a1f..b1343feee44ab6f1c59db0b919b29a7527dc6d8d 100644
|
| --- a/examples/dart/hello_world/world/main.dart
|
| +++ b/examples/dart/hello_world/world/main.dart
|
| @@ -19,6 +19,5 @@ class World extends Application {
|
|
|
| main(List args) {
|
| MojoHandle appHandle = new MojoHandle(args[0]);
|
| - var world = new World.fromHandle(appHandle);
|
| - world.listen();
|
| + new World.fromHandle(appHandle);
|
| }
|
|
|