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

Unified Diff: test/data/input/dir3/bootstrap_path_test_main.dart

Issue 12225039: Support for observable models, fixes #259 (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: 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 | « test/data/input/custom_radio_button_test.html ('k') | test/data/input/dom_accessor_binding2_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/input/dir3/bootstrap_path_test_main.dart
diff --git a/test/data/input/dir3/bootstrap_path_test_main.dart b/test/data/input/dir3/bootstrap_path_test_main.dart
index 8d27ad070438d3e10d1f2575f5f53d84c81ba2fd..4623e1f560b81455150822ebea23ffbfd59edbd3 100644
--- a/test/data/input/dir3/bootstrap_path_test_main.dart
+++ b/test/data/input/dir3/bootstrap_path_test_main.dart
@@ -1,10 +1,8 @@
library main;
import 'dart:html';
-import 'package:web_ui/watcher.dart';
import '../common.dart';
main() {
topLevelVar = 'hello';
- dispatch();
- window.setTimeout(() => window.postMessage('done', '*'), 0);
+ window.setImmediate(() => window.postMessage('done', '*'));
}
« no previous file with comments | « test/data/input/custom_radio_button_test.html ('k') | test/data/input/dom_accessor_binding2_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698