Chromium Code Reviews| Index: samples/socket/SocketExample.dart |
| diff --git a/samples/socket/SocketExample.dart b/samples/socket/SocketExample.dart |
| index 5eed2e704e68b213a13cd7119e0e1902cb0d394c..5df9290cfa67c826e09bc74b0bdc64597bd3d4b3 100755 |
| --- a/samples/socket/SocketExample.dart |
| +++ b/samples/socket/SocketExample.dart |
| @@ -53,7 +53,7 @@ class SocketExample { |
| t.cancel(); |
| print("finished sending"); |
| } |
| - }, 500, true ); |
| + }, 500, true); |
|
Søren Gjesse
2011/12/19 12:10:45
Maybe "repeating: true" here and in places where t
|
| } |
| void onConnect(Socket connection) { |