Code: Select all
this.currentcanvas.removeFromStockById( card.id );
this.previouscanvas.addToStockWithId( card.type , card.id, 'currentcanvas' );
Code: Select all
this.currentcanvas.removeFromStockById( card.id );
this.previouscanvas.addToStockWithId( card.type , card.id, 'currentcanvas' );