repocrypts / Validator

Client-side javascript validator library ports from Laravel 5.2
MIT License
46 stars 22 forks source link

Fix toLowerCase in passes() of name attribute #3

Closed GustavoGutierrez closed 8 years ago

GustavoGutierrez commented 8 years ago

Error correction is small passes () method for attributes is camel case ; eliminating the name of toLowerCase

ratiw commented 8 years ago

@GustavoGutierrez Good catch! Thank you very much. :)