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

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

Issue 110763003: work around for https://github.com/Polymer/TemplateBinding/issues/150 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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/polymer/lib/src/instance.dart
diff --git a/pkg/polymer/lib/src/instance.dart b/pkg/polymer/lib/src/instance.dart
index b9b81bf7db402d243ea7d84a109552963802888f..5c9335dae383871869cecfe478d6bc6d9ebf9426 100644
--- a/pkg/polymer/lib/src/instance.dart
+++ b/pkg/polymer/lib/src/instance.dart
@@ -745,8 +745,6 @@ abstract class Polymer implements Element, Observable, NodeBindExtension {
* the bound path at event execution time.
*/
// from src/instance/event.js#prepareBinding
- // Dart note: template_binding doesn't have the notion of prepareBinding, so
- // we implement this by wrapping/overriding getBinding instead.
// TODO(sorvell): we're patching the syntax while evaluating
// event bindings. we'll move this to a better spot when that's done
static PrepareBindingFunction prepareBinding(String path, String name, node,

Powered by Google App Engine
This is Rietveld 408576698