Chromium Code Reviews

Unified Diff: pkg/template_binding/test/template_binding_test.html

Issue 558673004: update polymer js to 0.4.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/template_binding/test/template_binding_test.html
diff --git a/pkg/template_binding/test/template_binding_test.html b/pkg/template_binding/test/template_binding_test.html
index 4c302c18f857ad69dec5b2b6bc153458c32fe7ec..3aa899c08f4b2727f73c8e3e1fe0a947579e8df9 100644
--- a/pkg/template_binding/test/template_binding_test.html
+++ b/pkg/template_binding/test/template_binding_test.html
@@ -11,6 +11,10 @@
.unittest-error { background: #a11;}
</style>
<script src="/packages/web_components/platform.concat.js"></script>
+ <script src="/packages/template_binding/js/observe.js"></script>
+ <script src="/packages/template_binding/js/node_bind.js"></script>
+ <script src="/packages/template_binding/js/microtask.js"></script>
+ <script src="/packages/template_binding/js/patches_mdv.js"></script>
<script src="/packages/web_components/dart_support.js"></script>
</head>
<body>

Powered by Google App Engine