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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user