Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: samples/socket/SocketExample.dart

Issue 8992007: Make the repeating argument to timers optional. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/chat/chat_server.dart ('k') | tests/standalone/src/MultipleTimerTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « samples/chat/chat_server.dart ('k') | tests/standalone/src/MultipleTimerTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698