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

Unified Diff: samples/dartcombat/setup.dart

Issue 11418075: Dartifying members. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing menuelement.compact exclusion. Created 8 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
« no previous file with comments | « samples/chat/js_client/code.js ('k') | samples/dartcombat/views.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/dartcombat/setup.dart
diff --git a/samples/dartcombat/setup.dart b/samples/dartcombat/setup.dart
index d96bdcbedaeb609352f284e7493179d4abd5da6d..8582aaeb28c230a66e5743fa6e4bffe847b1456e 100644
--- a/samples/dartcombat/setup.dart
+++ b/samples/dartcombat/setup.dart
@@ -12,7 +12,7 @@ void setUpGame() {
void setupUI() {
// Note: we set up the UI programatically to make testing easier.
var div = new Element.tag("div");
- div.innerHTML = """
+ div.innerHtml = """
<div class='hbox'>
<div class='vbox'>
Player 1 board:
« no previous file with comments | « samples/chat/js_client/code.js ('k') | samples/dartcombat/views.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698