JJPNC53HQZ2TSAGJKRMHP2377OOOH2QY6IJ22ORIYOJ2IEXZETOAC
placeTokens: function (tokens, target_id) {
for (i in tokens) { this.placeToken(tokens[i], target_id, i * 500) }
placeTokens: function (tokens, target_id, delay) {
delay = delay || 500;
for (i in tokens) { this.placeToken(tokens[i], target_id, i * delay) }