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

Unified Diff: dart/site/try/poi/repeat_poi.dart

Issue 548293002: Support repeating poi.dart forever. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Used git cl upload --no-find-copies Created 6 years, 3 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/poi/repeat_poi.dart
diff --git a/dart/site/try/poi/repeat_poi.dart b/dart/site/try/poi/repeat_poi.dart
new file mode 100644
index 0000000000000000000000000000000000000000..24e837af5d474d752574522b132fe052b2665dbc
--- /dev/null
+++ b/dart/site/try/poi/repeat_poi.dart
@@ -0,0 +1,9 @@
+// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+import 'poi.dart' as poi;
+
+main(arguments) {
+ poi.main(arguments).then((_) => main(arguments));
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698