| Index: examples/dart/hello_world/hello/main.dart
|
| diff --git a/examples/dart/hello_world/hello/main.dart b/examples/dart/hello_world/hello/main.dart
|
| index 892ecd8b743a51393b9406db7b330b5f0acb7baa..4dcbd4c86614081d699517f8d177cc5131559b46 100644
|
| --- a/examples/dart/hello_world/hello/main.dart
|
| +++ b/examples/dart/hello_world/hello/main.dart
|
| @@ -23,6 +23,5 @@ class Hello extends Application {
|
|
|
| main(List args) {
|
| MojoHandle appHandle = new MojoHandle(args[0]);
|
| - var hello = new Hello.fromHandle(appHandle);
|
| - hello.listen();
|
| + new Hello.fromHandle(appHandle);
|
| }
|
|
|