mouseas / steamSummerMinigame

Steam Summer Sale 2015 - Auto-play Optimizer
MIT License
136 stars 189 forks source link

Missing ";" in line 99 #1

Closed sktan closed 9 years ago

sktan commented 9 years ago

Missing ; in line 99 causing "useMedicsIfRelevant()" function to not work

Robadob commented 9 years ago

It's 1 statement between parenthesis, it's legit javascript, so it's not causing any problems. I did also spot it though, because it's a semi-bad habit.