kiranmanda / rummy

A simple single page javascript web application to keep track of rummy scores
MIT License
0 stars 0 forks source link

When re-entering more than one player in a round, all the re-entered players should have the same scores. #4

Closed kiranmanda closed 9 years ago

kiranmanda commented 9 years ago

Bug

Expected: All the re-entered players should have the same score. Actual: Each of the re-entered player score is incremented by 1 from the previous re-entered player.

kiranmanda commented 9 years ago

Bug fixed. Pushed the code to Production.