Skip to content

Commit

Permalink
Update answers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ButenkoT authored Mar 23, 2017
1 parent f3e4319 commit 3f66b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/answers.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function validateForm(e) {
var city = document.letterToSanta.city.value;
var description = document.letterToSanta.description.value;

const errors = {
var errors = {
name: nameValidation(name),
city: cityValidation(city),
description: descriptionValidation(description)
Expand Down

0 comments on commit 3f66b1f

Please sign in to comment.