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

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

Issue 19771010: implement dirty checking for @observable objects (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: pkg/mdv/lib/src/element.dart
diff --git a/pkg/mdv/lib/src/element.dart b/pkg/mdv/lib/src/element.dart
index d9b94f8962958a9e0bf2558ddc8de2d16390bc9d..42eb389d9d466e567973070bcf2ddadd1501e509 100644
--- a/pkg/mdv/lib/src/element.dart
+++ b/pkg/mdv/lib/src/element.dart
@@ -43,8 +43,7 @@ class _ElementExtension extends _NodeExtension {
unbind(name);
- _attributeBindings[name] =
- new PathObserver(model, path).bindSync(changed);
+ _attributeBindings[name] = new PathObserver(model, path).bindSync(changed);
}
void unbind(String name) {

Powered by Google App Engine
This is Rietveld 408576698