PeterTheOne / IRV

Instant-runoff voting tool
http://petertheone.github.io/IRV/
MIT License
20 stars 12 forks source link

add victory threshold option #2

Closed wtadler closed 7 years ago

wtadler commented 7 years ago

threshold defaults to 50%. script checks to make sure that the entered value is a number greater than 0 and less than 100.

also corrected a few typos.

wtadler commented 7 years ago

I found a small bug in this commit after issuing the pull request, but fixed it for the newer pull request.