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

Unified Diff: example/todomvc/test/todomvc_mainpage_test.html

Issue 22962005: Merge pull request #581 from kevmoo/polymer (Closed) Base URL: https://github.com/dart-lang/web-ui.git@polymer
Patch Set: Created 7 years, 4 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 | « example/todomvc/test/todomvc_mainpage2_test.html ('k') | example/todomvc/test/todomvc_markdone_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/todomvc/test/todomvc_mainpage_test.html
diff --git a/example/todomvc/test/todomvc_mainpage_test.html b/example/todomvc/test/todomvc_mainpage_test.html
index 292d313ee9237f117452a6ed9da2a168229fbae7..3483dbff359470e9601138c2fbda44f1ff002828 100644
--- a/example/todomvc/test/todomvc_mainpage_test.html
+++ b/example/todomvc/test/todomvc_mainpage_test.html
@@ -20,10 +20,8 @@ This test runs the TodoMVC app and evaluates that it renders correctly.
<script type="application/dart">
import 'dart:async';
import 'dart:html';
-import 'package:mdv/mdv.dart' as mdv;
main() {
- mdv.initialize();
Timer.run(() => window.postMessage('done', '*'));
}
</script>
« no previous file with comments | « example/todomvc/test/todomvc_mainpage2_test.html ('k') | example/todomvc/test/todomvc_markdone_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698