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

Unified Diff: samples/todomvc/dart/todomvc_presenter_model.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « samples/todomvc/android/compile.sh ('k') | samples/todomvc/ios/TodoMVC.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/todomvc/dart/todomvc_presenter_model.dart
diff --git a/samples/todomvc/dart/todomvc_presenter_model.dart b/samples/todomvc/dart/todomvc_presenter_model.dart
index 45af516a0fb3a2cfac9ca2dfa9ced1bbe90690cf..7572b6bb0c4fbe3765d6789277001fade687d44b 100644
--- a/samples/todomvc/dart/todomvc_presenter_model.dart
+++ b/samples/todomvc/dart/todomvc_presenter_model.dart
@@ -49,7 +49,7 @@ import 'todomvc_service.dart';
*/
-// Tracing to ease debugging on fletch...
+// Tracing to ease debugging on dartino...
bool TRACE = false;
void trace(obj) { if (TRACE) print(" $obj"); }
« no previous file with comments | « samples/todomvc/android/compile.sh ('k') | samples/todomvc/ios/TodoMVC.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698