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

Unified Diff: pkg/polymer/test/attr_mustache_test.dart

Issue 42433002: port Node.bind to bd0a0591920da9091b326627a46a104a92c7efe7 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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: pkg/polymer/test/attr_mustache_test.dart
diff --git a/pkg/polymer/test/attr_mustache_test.dart b/pkg/polymer/test/attr_mustache_test.dart
index 6e61f926545671c1433269a9b34b68381719e95d..8f2cae1f0c65e7777fb092fa0ccc5fed0a88b149 100644
--- a/pkg/polymer/test/attr_mustache_test.dart
+++ b/pkg/polymer/test/attr_mustache_test.dart
@@ -17,7 +17,7 @@ class XTarget extends PolymerElement {
Future get foundSrc => _found.future;
// force an mdv binding
- bind(name, model, path) =>
+ bind(name, model, [path]) =>
nodeBindFallback(this).bind(name, model, path);
inserted() {

Powered by Google App Engine
This is Rietveld 408576698