Skip to content

Commit

Permalink
Merge pull request #272 from willowtreeapps/qa
Browse files Browse the repository at this point in the history
Prod Build
  • Loading branch information
dehli authored Mar 10, 2017
2 parents 5b06ee4 + a4cc4d0 commit 64427c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cljs/wombats_web_client/panels/game_play.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
(resize-canvas arena))

(defn- component-did-update [arena]
(resize-canvas arena))
(arena/arena @arena canvas-id))

(defn- component-will-mount [game-id]
(ws/send-message :join-game {:game-id game-id}))
Expand Down Expand Up @@ -160,7 +160,6 @@
winner (:game/winner game)]

(arena/arena @arena canvas-id)

[:div {:class-name root-class}
[:div.left-game-play-panel {:id "wombat-arena"
:class (when winner "game-over")}
Expand Down

0 comments on commit 64427c0

Please sign in to comment.