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

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

Issue 507653004: update polymer to 0.3.5 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updating pubspecs and changelogs to reflect breaking change with bug in web_components Created 6 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
Index: pkg/polymer/test/js_interop_test.html
diff --git a/pkg/polymer/test/js_interop_test.html b/pkg/polymer/test/js_interop_test.html
index 5dab7fdae806471b858f70d990294f70d66329eb..2b84adaedaa829fd5674ca87e66a6dcb6d677cdc 100644
--- a/pkg/polymer/test/js_interop_test.html
+++ b/pkg/polymer/test/js_interop_test.html
@@ -47,6 +47,7 @@
<polymer-element name="dart-element2">
<template>
<js-element2 qux="{{quux}}"></js-element2>
+ <content hidden></content>
Siggi Cherem (dart-lang) 2014/08/26 22:41:39 let's add a <!-- TODO --> here and refer to the gi
jakemac 2014/08/27 14:59:50 Done.
</template>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698