B:BD[
4.1087577] → [
5.3256:3316]
B:BD[
5.3316] → [
2.2000:2035]
∅:D[
2.2035] → [
5.3352:3960]
B:BD[
5.3352] → [
5.3352:3960]
console.log('Leaving state: ' + stateName);
switch (stateName)
{
case 'client_playerPicksSolution':
dojo.query('.locslot .stockitem').removeClass('highlighted');
this.tiles.setSelectionMode(0);
dojo.fx.wipeIn({node: $('carddisplay')}).play();
// "bug": if window was resized during this cards are in wrong positions; reset.
this.evidenceDisplay.resetItemsPosition();
this.evidenceDiscard.resetItemsPosition();
// TODO unhighlight tiles
break;
case 'client_playerPicksSolution':
dojo.query('.locslot .stockitem').removeClass('highlighted');
this.tiles.setSelectionMode(0);
dojo.fx.wipeIn({node: $('carddisplay')}).play();
// "bug": if window was resized during this cards are in wrong positions; reset.
this.evidenceDisplay.resetItemsPosition();
this.evidenceDiscard.resetItemsPosition();
dojo.disconnect(this.vcs_handle);
break;