oferei / json-gate

A friendly, fast JSON schema validator
MIT License
100 stars 16 forks source link

Fix leak and multiply defined variable #14

Closed jessejlt closed 11 years ago

jessejlt commented 11 years ago

Variable prop was leaking, and property was multiply defined and was being used outside of various scopes.  Also adding some missing semicolons to make my linter happy.

oferei commented 11 years ago

thanks mate.