| 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 19fb79e4482afa81341acbc17004a9cf9647590d..eed6c9ead7c2b50981383ef0aee79277893d3695 100644
|
| --- a/pkg/polymer/test/attr_mustache_test.dart
|
| +++ b/pkg/polymer/test/attr_mustache_test.dart
|
| @@ -20,7 +20,7 @@ class XTarget extends PolymerElement {
|
| bind(name, value, {oneTime: false}) =>
|
| nodeBindFallback(this).bind(name, value, oneTime: oneTime);
|
|
|
| - inserted() {
|
| + attached() {
|
| testSrcForMustache();
|
| }
|
|
|
|
|