fantactuka / backbone-validator

Backbone model-view validator
http://fantactuka.github.io/backbone-validator
MIT License
44 stars 10 forks source link

Improve format validator that it can accept patterns assigned to specific error messages #33

Open fantactuka opened 10 years ago

fantactuka commented 10 years ago
Backbone.Validator.format.email = { expression: /.../, message: 'Should be email' }