From 328db24beee0b196dc9da271d8812cfdeb77970b Mon Sep 17 00:00:00 2001 From: Jon Heller Date: Fri, 23 Oct 2015 17:02:03 -0400 Subject: [PATCH] add comments to time.js --- js/time/time.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/time/time.js b/js/time/time.js index 754554c8..f2a5a286 100644 --- a/js/time/time.js +++ b/js/time/time.js @@ -6,6 +6,9 @@ var time = { intervalId: null }; +/** + * Updates the time that is shown on the screen + */ time.updateTime = function () { var _now = moment(),