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

more stuff

This commit is contained in:
exane
2015-06-14 16:01:25 +02:00
parent abc92be140
commit f09a66f547
11 changed files with 330 additions and 85 deletions

View File

@@ -23,7 +23,7 @@ module.exports = {
var cards = this.getDeck().find("name", name);
cards.forEach(function(_card) {
self.getDeck().removeFromDeck(_card.getId());
self.getDeck().removeFromDeck(_card.getID());
this._placeCard(_card);
})
}