mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
add comments to time.js
This commit is contained in:
parent
4b520f842a
commit
328db24bee
@ -6,6 +6,9 @@ var time = {
|
||||
intervalId: null
|
||||
};
|
||||
|
||||
/**
|
||||
* Updates the time that is shown on the screen
|
||||
*/
|
||||
time.updateTime = function () {
|
||||
|
||||
var _now = moment(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user