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

Unified Diff: samples/third_party/todomvc/test/markdone_shadow_test.html

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
« samples/samples.status ('K') | « samples/third_party/todomvc/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/todomvc/test/markdone_shadow_test.html
diff --git a/samples/third_party/todomvc/test/markdone_shadow_test.html b/samples/third_party/todomvc/test/markdone_shadow_test.html
index b189e61409f40278aa9bafdc529dabbebd77a6d2..411b9d9d7ae23905f7e34188e8ce96a17c33e605 100644
--- a/samples/third_party/todomvc/test/markdone_shadow_test.html
+++ b/samples/third_party/todomvc/test/markdone_shadow_test.html
@@ -11,11 +11,12 @@ BSD-style license that can be found in the LICENSE file.
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script>
// Force the ShadowDOM polyfill to run regardless of whether it is needed.
- window.Platform = window.Platform || {};
- Platform.flags = Platform.flags || {};
- Platform.flags.shadow = true;
+ window.WebComponents = window.WebComponents || {};
+ WebComponents.flags = WebComponents.flags || {};
+ WebComponents.flags.shadow = true;
</script>
<link rel="stylesheet" href="../web/app/app.css">
+ <script src="packages/web_components/webcomponents.js"></script>
Siggi Cherem (dart-lang) 2014/11/25 17:53:41 do we need to add it too? maybe so it doesn't get
jakemac 2014/12/01 18:42:51 Ya, looks like we need it
<script src="packages/web_components/dart_support.js"></script>
<link rel="import" href="../web/elements/td_model.html">
<link rel="import" href="../web/elements/td_todos.html">
« samples/samples.status ('K') | « samples/third_party/todomvc/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698