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

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

Issue 66253002: Version 0.8.10.9 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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: dart/samples/third_party/todomvc/web/router_options.dart
===================================================================
--- dart/samples/third_party/todomvc/web/router_options.dart (revision 30098)
+++ dart/samples/third_party/todomvc/web/router_options.dart (working copy)
@@ -29,7 +29,7 @@
void enteredView() {
super.enteredView();
- var anchors = this.queryAll('a');
+ var anchors = this.querySelectorAll('a');
_updateHash(records) {
var hash = window.location.hash;
« no previous file with comments | « dart/samples/third_party/todomvc/web/editable_label.dart ('k') | dart/samples/third_party/todomvc/web/todo_row.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698