Skip to content

Commit

Permalink
Fixed a bug in the validator factory
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jul 12, 2011
1 parent 0c681b8 commit e7d780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CKAN.Model = function ($, _, Backbone, undefined) {
}
errors[key] = 'The "' + key + '" is required';
}
});
}, this);
}
return errors;
};
Expand Down

0 comments on commit e7d780d

Please sign in to comment.