codecombat/vendor
Michael Arnold 140541925e Changed final_score to match coding style.
Extremely insignificant change, I just noticed that final_score was set as:

final_score = final_score / fuzzies;

compared to: "final_score /= fuzzies;" which is how the rest of your syntax is written. 
(Ex: "+=" and "-=")
2014-06-14 15:43:59 -04:00
..
scripts Changed final_score to match coding style. 2014-06-14 15:43:59 -04:00
styles Built the client test view (rebased from feature/testclient). 2014-06-05 16:56:29 -07:00