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

Unified Diff: pkg/mdv/lib/src/bindings.dart

Issue 19771010: implement dirty checking for @observable objects (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: logging for loops in dirty checking Created 7 years, 5 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/mdv/lib/src/element.dart » ('j') | pkg/observe/lib/src/watcher.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdv/lib/src/bindings.dart
diff --git a/pkg/mdv/lib/src/bindings.dart b/pkg/mdv/lib/src/bindings.dart
index 8fdc1933ac513160cf7c5763efa21b4389366fe9..1605a1ee246dbc5922b74b5d52506d8949b1ea29 100644
--- a/pkg/mdv/lib/src/bindings.dart
+++ b/pkg/mdv/lib/src/bindings.dart
@@ -246,7 +246,7 @@ class _TemplateIterator {
StreamSubscription _valueBinding;
_TemplateIterator(this._templateElement)
- : inputs = new CompoundBinding(resolveInputs) {
+ : inputs = new CompoundBinding(resolveInputs) {
_valueBinding = new PathObserver(inputs, 'value').bindSync(valueChanged);
}
« no previous file with comments | « no previous file | pkg/mdv/lib/src/element.dart » ('j') | pkg/observe/lib/src/watcher.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698