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

Unified Diff: pkg/polymer/lib/src/loader.dart

Issue 132403010: big update to observe, template_binding, polymer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « pkg/polymer/lib/src/instance.dart ('k') | pkg/polymer/test/attr_mustache_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/loader.dart
diff --git a/pkg/polymer/lib/src/loader.dart b/pkg/polymer/lib/src/loader.dart
index e43022c7fdc2573eb1f0b96da672fdde1c4786f2..7a04ef1a272c64c48b8bfc4bdfda9a05d159b425 100644
--- a/pkg/polymer/lib/src/loader.dart
+++ b/pkg/polymer/lib/src/loader.dart
@@ -48,6 +48,10 @@ Zone initPolymer() {
* mirrors.
*/
Zone initPolymerOptimized() {
+ // TODO(jmesserly): there is some code in src/declaration/polymer-element.js,
+ // git version 37eea00e13b9f86ab21c85a955585e8e4237e3d2, right before
+ // it registers polymer-element, which uses Platform.deliverDeclarations to
+ // coordinate with HTML Imports. I don't think we need it so skipping.
document.register(PolymerDeclaration._TAG, PolymerDeclaration);
for (var initializer in _initializers) {
« no previous file with comments | « pkg/polymer/lib/src/instance.dart ('k') | pkg/polymer/test/attr_mustache_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698