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

Unified Diff: samples/survey/web/elements/question/question_element.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
Index: samples/survey/web/elements/question/question_element.dart
diff --git a/samples/survey/web/elements/question/question_element.dart b/samples/survey/web/elements/question/question_element.dart
index 4040f6538080724ce27a6f9167158f58e9bda69e..423fa5b90bba2f91bf5a80e5d2d0f0be6a596a48 100644
--- a/samples/survey/web/elements/question/question_element.dart
+++ b/samples/survey/web/elements/question/question_element.dart
@@ -14,7 +14,7 @@ import 'package:survey/models.dart';
* provide answer options to the user, and pick the widget that the user sees.
*/
@CustomTag('question-element')
-class QuestionElement extends PolymerElement with ObservableMixin {
+class QuestionElement extends PolymerElement with Observable {
static const String TEXTFIELD_OPT = 'Use a text field';
static const String ONE_FROM_MANY_OPT = 'Select one from many options';
static const String MANY_FROM_MANY_OPT = 'Select many from many options';

Powered by Google App Engine
This is Rietveld 408576698