mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Ability ot turn off date view on analog clock & small grammer error fix in module.js
This commit is contained in:
@@ -114,7 +114,7 @@ var Module = Class.extend({
|
||||
* This method is called when a module is hidden.
|
||||
*/
|
||||
suspend: function() {
|
||||
Log.log(this.name + " is suspend.");
|
||||
Log.log(this.name + " is suspended.");
|
||||
},
|
||||
|
||||
/* resume()
|
||||
|
Reference in New Issue
Block a user