We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860e14b commit fd99614Copy full SHA for fd99614
1 file changed
test/definitions/initialize.js
@@ -69,7 +69,7 @@ framework.onPictureUrl = function(dimension, id, width, height, alt) {
69
return dimension + '-' + id + '.jpg';
70
};
71
72
-framework.onValidation = function(name, value) {
+framework.onValidate = function(name, value) {
73
return name + value;
74
75
0 commit comments