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

Unified Diff: samples/third_party/todomvc/web/todo_row.dart

Issue 27618002: package:observe fix various api issues (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « samples/third_party/todomvc/web/model.dart ('k') | samples/tracker/lib/models.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/todomvc/web/todo_row.dart
diff --git a/samples/third_party/todomvc/web/todo_row.dart b/samples/third_party/todomvc/web/todo_row.dart
index e161c640e44728b4669fac717d204da2740cc128..3ed6d8dc4b331df15818702ba452345ecf10df1f 100644
--- a/samples/third_party/todomvc/web/todo_row.dart
+++ b/samples/third_party/todomvc/web/todo_row.dart
@@ -9,7 +9,7 @@ import 'package:polymer/polymer.dart';
import 'model.dart';
@CustomTag('todo-row')
-class TodoRow extends LIElement with Polymer, ObservableMixin {
+class TodoRow extends LIElement with Polymer, Observable {
@published Todo todo;
bool get applyAuthorStyles => true;
« no previous file with comments | « samples/third_party/todomvc/web/model.dart ('k') | samples/tracker/lib/models.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698