fixed another var -> const

This commit is contained in:
bill bittner 2017-11-13 15:25:03 -05:00
parent e232fcd55e
commit b541d4be0b

View file

@ -1,5 +1,5 @@
// validation function which checks the proposed file's type, size, and name
var validationFunctions = {
const validationFunctions = {
validateFile: function (file) {
if (!file) {
console.log('no file found');