| Index: client/samples/dartcombat/setup.dart
|
| diff --git a/client/samples/dartcombat/setup.dart b/client/samples/dartcombat/setup.dart
|
| index d77febba4021d8c8b66fe5c391c468fa4a57b311..7c3d82ceb99b51ed95fd3462169447b15c5e8e61 100644
|
| --- a/client/samples/dartcombat/setup.dart
|
| +++ b/client/samples/dartcombat/setup.dart
|
| @@ -11,7 +11,7 @@ void setUpGame() {
|
| /** Sets up the UI creating the board for each player. */
|
| void setupUI() {
|
| // Note: we set up the UI programatically to make testing easier.
|
| - var div = document.createElement("div");
|
| + var div = new Element.tag("div");
|
| div.innerHTML = """
|
| <div class='hbox'>
|
| <div class='vbox'>
|
|
|