Grammar correction, pointed out by fuhrysteve

This commit is contained in:
James O'Toole
2015-02-17 17:08:23 +00:00
parent c54a36ce7a
commit 71f8c99d5b
+1 -1
View File
@@ -1,5 +1,5 @@
$(document).ready(function() {
window.ParsleyValidator.addValidator('anyof', function (value, array) {
return array.indexOf(value);
}, 32).addMessage('en', 'anyof', 'The value you have given is not an listed option.')
}, 32).addMessage('en', 'anyof', 'The value you have given is not a listed option.')
});