1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-10-09 07:39:08 +00:00

fix image for IE

This commit is contained in:
devfake
2015-06-24 09:28:31 +02:00
parent ddd168b2dd
commit 3a40824fcc
2 changed files with 1 additions and 10 deletions

View File

@@ -20,16 +20,9 @@ module.exports = {
$.map(deck, (n, i) => {
if(i == 'northern_realm') {
for(var m in n) {
//console.log(this.cards[m].type);
this.deck.push(this.cards[m]);
}
}
});
},
filters: {
leader: function(deck) {
//return deck.type == 3 ? deck : 'ne';
}
}
};