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

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

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: little bit of cleanup Created 6 years, 1 month 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 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();
}

Powered by Google App Engine
This is Rietveld 408576698