1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-22 14:49:06 +00:00

some minor stuff

This commit is contained in:
exane
2015-06-30 18:26:24 +02:00
parent b33606e943
commit b5d28bcc08
6 changed files with 17 additions and 4 deletions

View File

@@ -283,7 +283,6 @@ let BattleView = Backbone.View.extend({
this.listenTo(user, "change:setHorn", this.render);
this.listenTo(user, "change:isReDrawing", this.render);
this.listenTo(user, "change:chooseSide", this.render);
/*this.listenTo(user, "change:handCards", this.render);*/
this.$hand = this.$el.find(".field-hand");
this.$preview = this.$el.find(".card-preview");