From 065c0c19ee30f322420aff20ca9b9b0df39374ee Mon Sep 17 00:00:00 2001 From: Yucheng Hang Date: Tue, 10 Mar 2020 14:09:50 -0400 Subject: [PATCH] 1 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 4e1191d..b677e40 100644 --- a/main.js +++ b/main.js @@ -62,7 +62,7 @@ if ('serviceWorker' in navigator) { } } - //** All the triggers and event listener assignments down here... */ + /** All the triggers and event listener assignments down here... */ // assign the "Make New Message" function to the button click document.querySelector("#sendBtn").addEventListener('click', function(){