From b60dfe139bb163574d5819f851a5ece0f8e168b9 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Sat, 22 Jul 2017 16:42:18 -0700 Subject: [PATCH] fixed a typo in comments --- public/assets/js/publishFunctions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/publishFunctions.js b/public/assets/js/publishFunctions.js index 407add88..88e7fc38 100644 --- a/public/assets/js/publishFunctions.js +++ b/public/assets/js/publishFunctions.js @@ -2,7 +2,7 @@ function updatePublishStatus(msg){ document.getElementById('publish-status').innerHTML = msg; } -// validation function which checks the proposed file's type and size +// validation function which checks the proposed file's type, size, and name function validateFile(file) { if (!file) { throw new Error('no file provided');