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"); } |