richorama / country-code-lookup

:earth_africa: Finds countries by various country codes
MIT License
84 stars 28 forks source link

Fixing mocha global leak error #6

Closed heruka closed 7 years ago

heruka commented 7 years ago

The variable used in the search function's for loop is missing var and causing mocha to throw an error in the project I am using it in. This PR prevents the leak.

richorama commented 7 years ago

Thanks you!

richorama commented 7 years ago

published as version 0.7

heruka commented 7 years ago

Thanks for the quick merge!