1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-11-23 19:36:53 +00:00
This commit is contained in:
exane 2015-06-27 17:23:43 +02:00
parent 14aa52fa0a
commit 346f8968d7

View File

@ -624,7 +624,7 @@ let WinnerModal = Modal.extend({
let User = Backbone.Model.extend({
defaults: {
name: "",
deckKey: "northern_realm"
deckKey: "northern"
},
initialize: function(){
let self = this;