| 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() {
|
|
|