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

Unified Diff: third_party/pkg/angular/lib/mock/debug.dart

Issue 180873006: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review feedback Created 6 years, 10 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
Index: third_party/pkg/angular/lib/mock/debug.dart
diff --git a/third_party/pkg/angular/lib/mock/debug.dart b/third_party/pkg/angular/lib/mock/debug.dart
index 46e20b467d8f15d150ac5db5bba1591889a67f3e..d04308b96391521af1fcb1087fece749dd3bd575 100644
--- a/third_party/pkg/angular/lib/mock/debug.dart
+++ b/third_party/pkg/angular/lib/mock/debug.dart
@@ -29,7 +29,7 @@ dump([p1, p2, p3, p4, p5, p6, p7, p8, p9, p10]) {
if (p8 != null) log.add(STRINGIFY(p8));
if (p9 != null) log.add(STRINGIFY(p9));
if (p10 != null) log.add(STRINGIFY(p10));
- js.context['console'].callMethod('log', log.join(', '));
+ js.context['console'].callMethod('log', [log.join(', ')]);
}
STRINGIFY(obj) {
« no previous file with comments | « third_party/pkg/angular/lib/introspection.dart ('k') | third_party/pkg/angular/lib/mock/exception_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698