add comments to time.js

This commit is contained in:
Jon Heller
2015-10-23 17:02:03 -04:00
parent 4b520f842a
commit 328db24bee

View File

@@ -6,6 +6,9 @@ var time = {
intervalId: null
};
/**
* Updates the time that is shown on the screen
*/
time.updateTime = function () {
var _now = moment(),