Chromium Code Reviews| 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: |