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

Unified Diff: pkg/polymer/lib/polymer.html

Issue 317013007: Detect and wrap JS-CustomEvents if applicable. Include created_watcher and (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/lib/src/events.dart » ('j') | pkg/polymer/lib/src/events.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/polymer.html
diff --git a/pkg/polymer/lib/polymer.html b/pkg/polymer/lib/polymer.html
index e0fd7759ccca479c711f9c80305bb35a8c2aa703..3bf6089e91d4b55b37391bf7df7f1fc5f2fe0913 100644
--- a/pkg/polymer/lib/polymer.html
+++ b/pkg/polymer/lib/polymer.html
@@ -24,3 +24,6 @@ You can replace platform.js and polymer.html with different versions if desired.
<!-- Teach dart2js about Shadow DOM polyfill objects. -->
<script src="../../packages/web_components/dart_support.js"></script>
+
+<!-- Support wrapping of Javascript Custom Elements -->
+<script src="../../packages/web_components/created_watcher.js"></script>
« no previous file with comments | « no previous file | pkg/polymer/lib/src/events.dart » ('j') | pkg/polymer/lib/src/events.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698