1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-11-08 09:08:40 +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({ let User = Backbone.Model.extend({
defaults: { defaults: {
name: "", name: "",
deckKey: "northern_realm" deckKey: "northern"
}, },
initialize: function(){ initialize: function(){
let self = this; let self = this;