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

Unified Diff: client/samples/dartcombat/dartcombat.html

Issue 9226025: New dart.js bootstrap script for apps (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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
Index: client/samples/dartcombat/dartcombat.html
diff --git a/client/samples/dartcombat/dartcombat.html b/client/samples/dartcombat/dartcombat.html
index b9a944ce4fbbfd8f257249434cb831912b1da0f4..0de5054e8a1e2d942d4df5c6dbcfb7d44092e238 100644
--- a/client/samples/dartcombat/dartcombat.html
+++ b/client/samples/dartcombat/dartcombat.html
@@ -10,6 +10,6 @@
</head>
<body>
<script type="application/dart" src="dartcombat.dart"></script>
- <script>{}</script>
+ <script src="../../dart.js"></script>
dgrove 2012/01/20 20:57:03 I think we should pull this in from dartlang.org t
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698