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

Unified Diff: samples/word-finder/web/word_finder_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
« no previous file with comments | « samples/tracker/web/tracker_app.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/word-finder/web/word_finder_element.dart
diff --git a/samples/word-finder/web/word_finder_element.dart b/samples/word-finder/web/word_finder_element.dart
index 4b787140eac3c7d816a3db0010085837852cd651..7a7984c726188a8c3381c7c78439e9275b159d92 100644
--- a/samples/word-finder/web/word_finder_element.dart
+++ b/samples/word-finder/web/word_finder_element.dart
@@ -9,7 +9,7 @@ import 'dart:async';
import 'package:polymer/polymer.dart';
@CustomTag('word-finder-element')
-class WordFinderElement extends PolymerElement with ObservableMixin {
+class WordFinderElement extends PolymerElement with Observable {
bool get applyAuthorStyles => true;
@observable List<String> charsList = toObservable(
« no previous file with comments | « samples/tracker/web/tracker_app.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698