Fixed spacing

This commit is contained in:
Ben Croker 2021-01-22 10:02:37 +01:00 committed by GitHub
parent 1a3d2b0099
commit 6b52afc198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1596,7 +1596,7 @@ return (function () {
function getInputValues(elt, verb) {
var processed = [];
var values = {};
var formValues = {};
var formValues = {};
var errors = [];
// only validate when form is directly submitted and novalidate is not set