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

Unified Diff: pkg/template_binding/lib/js/microtask.js

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final tweaks Created 6 years 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/template_binding/lib/js/microtask.js
diff --git a/pkg/template_binding/lib/js/microtask.js b/pkg/template_binding/lib/js/microtask.js
index 827f2fe221868115734a37c6e26a58ee5883c4d8..ad954e3198c91238d4994f97ca4cd4403b23af02 100644
--- a/pkg/template_binding/lib/js/microtask.js
+++ b/pkg/template_binding/lib/js/microtask.js
@@ -29,8 +29,9 @@ new (window.MutationObserver || JsMutationObserver)(atEndOfMicrotask)
;
// exports
-
scope.endOfMicrotask = endOfMicrotask;
+// bc
+Platform.endOfMicrotask = endOfMicrotask;
-})(Platform);
+})(Polymer);

Powered by Google App Engine
This is Rietveld 408576698