Skip to content

Commit fd99614

Browse files
committed
Fixed unit test.
1 parent 860e14b commit fd99614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/definitions/initialize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ framework.onPictureUrl = function(dimension, id, width, height, alt) {
6969
return dimension + '-' + id + '.jpg';
7070
};
7171

72-
framework.onValidation = function(name, value) {
72+
framework.onValidate = function(name, value) {
7373
return name + value;
7474
};
7575

0 commit comments

Comments
 (0)