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; |