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

Unified Diff: pkg/polymer/example/component/news/web/news-component.html

Issue 22801009: Bring the rest of the polymer.dart code from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | pkg/polymer/example/scoped_style/my_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/example/component/news/web/news-component.html
diff --git a/pkg/polymer/example/component/news/web/news-component.html b/pkg/polymer/example/component/news/web/news-component.html
index b547e89fa2132e121f8342a60039e803cac2232b..8e604d248f7e8442f4b9446ccda7670fab678045 100644
--- a/pkg/polymer/example/component/news/web/news-component.html
+++ b/pkg/polymer/example/component/news/web/news-component.html
@@ -39,7 +39,7 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
class XNews extends PolymerElement {}
- @polymerInitMethod
+ @initMethod
_init() {
registerPolymerElement('x-news', () => new XNews());
}
« no previous file with comments | « no previous file | pkg/polymer/example/scoped_style/my_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698