joshaven / string_score

JavaScript string ranking 0 for no match upto 1 for perfect... "String".score("str"); //=> 0.825
MIT License
840 stars 62 forks source link

Fix issue with fuzzines settings #6

Closed bltavares closed 13 years ago

bltavares commented 13 years ago

Fixed the "Hello World" returning 0 with "jello". The minify and uglify version msut be recreated, 'cause I don't know which tools you used.

Also, I don't know cofeescript, so, it may need changes.