Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/backbone-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ Backbone.Validation = (function(_){
// --------------

// Error message for the build in validators.
// {x} gets swapped out with arguments form the validator.
// {x} gets swapped out with arguments from the validator.
var defaultMessages = Validation.messages = {
required: '{0} is required',
acceptance: '{0} must be accepted',
Expand Down Expand Up @@ -706,4 +706,4 @@ Backbone.Validation = (function(_){
});

return Validation;
}(_));
}(_));