get started, apB: fixing mistake in solution code, closes #1678

This commit is contained in:
Kyle Simpson 2020-08-05 21:02:41 -05:00
parent b9563516eb
commit 3fad40656b
No known key found for this signature in database
GPG Key ID: F5D84852C80B2DF8

View File

@ -310,7 +310,7 @@ var slotMachine = {
reel.position +
linePos
) % reel.symbols.length;
return reel.display.call(slot);
return slot.display();
}
);
lines.push(line.join(" | "));