mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
add comments to time.js
This commit is contained in:
@@ -6,6 +6,9 @@ var time = {
|
|||||||
intervalId: null
|
intervalId: null
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Updates the time that is shown on the screen
|
||||||
|
*/
|
||||||
time.updateTime = function () {
|
time.updateTime = function () {
|
||||||
|
|
||||||
var _now = moment(),
|
var _now = moment(),
|
||||||
|
Reference in New Issue
Block a user