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

Unified Diff: lib/observe_html.dart

Issue 20863002: Introduce boot.js: this finally makes it possible to load and run Todomvc (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
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
« no previous file with comments | « lib/observe.dart ('k') | lib/polymer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/observe_html.dart
diff --git a/lib/observe_html.dart b/lib/observe_html.dart
index 719655ddebfd1c5559de587cfeb3dc63a7b160b2..bae2fb2d85c5882fc3995c75b653e84d74438920 100644
--- a/lib/observe_html.dart
+++ b/lib/observe_html.dart
@@ -15,7 +15,7 @@ import 'package:observe/observe.dart';
/** An observable version of [window.location.hash]. */
final ObservableLocationHash windowLocation = new ObservableLocationHash._();
-class ObservableLocationHash extends ObservableBase {
+class ObservableLocationHash extends ChangeNotifierBase {
ObservableLocationHash._() {
// listen on changes to #hash in the URL
// Note: listen on both popState and hashChange, because IE9 doesn't support
« no previous file with comments | « lib/observe.dart ('k') | lib/polymer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698