Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso committed Dec 3, 2014
1 parent 75f5fe6 commit 34d4a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Expand Up @@ -73,7 +73,7 @@ <h2 id="game_result"></h2>
document.addEventListener('DOMContentLoaded', function() {
app([player1, player2], Game, router, view, config);
router.goToState('menu');
view.registerUIEventes(Game);
view.registerUIEventes(Game, player1, router);
});

</script>
Expand Down

0 comments on commit 34d4a25

Please sign in to comment.