Merge branch 'develop' of https://github.com/MichMich/MagicMirror into develop

This commit is contained in:
Michael Teeuw
2016-07-27 12:51:18 +02:00
7 changed files with 85 additions and 5 deletions

View File

@@ -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()