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

Unified Diff: example/todomvc/editable_label.html

Issue 12225039: Support for observable models, fixes #259 (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: small formatting fixes Created 7 years, 10 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 | « no previous file | example/todomvc/main.dart » ('j') | example/todomvc/model.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/todomvc/editable_label.html
diff --git a/example/todomvc/editable_label.html b/example/todomvc/editable_label.html
index c127fe5145cc1cddd1a75daa328fc3ca7aa4ec1e..8b16abe825aca9c581983954f5f950044641ba82 100644
--- a/example/todomvc/editable_label.html
+++ b/example/todomvc/editable_label.html
@@ -45,7 +45,7 @@ BSD-style license that can be found in the LICENSE file.
void edit() {
editing = true;
- dispatch();
+ deliverChangesSync();
Siggi Cherem (dart-lang) 2013/02/13 01:43:24 interesting that we needed this... I wonder if we
Jennifer Messerly 2013/02/13 05:43:15 Agreed, that's the issue here. on-insert would be
// For IE and Firefox: use .focus(), then reset the value to move the
// cursor to the end.
« no previous file with comments | « no previous file | example/todomvc/main.dart » ('j') | example/todomvc/model.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698