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

Unified Diff: pkg/polymer/test/custom_event_test.html

Issue 44573005: Update polymer to commit b7200854b2441a22ce89f6563963f36c50f5150d (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/custom_event_test.html
diff --git a/pkg/polymer/test/custom_event_test.html b/pkg/polymer/test/custom_event_test.html
index 749bd26b03f183813f9b9cce98d6b11285c33e99..7fa99b640f4ac097b5231da23cdeedf6455c0c4d 100644
--- a/pkg/polymer/test/custom_event_test.html
+++ b/pkg/polymer/test/custom_event_test.html
@@ -18,7 +18,7 @@ BSD-style license that can be found in the LICENSE file.
<polymer-element name="test-custom-event">
<template>
- <foo-bar on-foo="fooHandler" on-barbaz="barBazHandler"></foo-bar>
+ <foo-bar on-foo="{{fooHandler}}" on-barbaz="{{barBazHandler}}"></foo-bar>
</template>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698