Ability ot turn off date view on analog clock & small grammer error fix in module.js

This commit is contained in:
Ashley M. Kirchner
2016-07-20 13:31:46 -06:00
parent ae37fa2bc5
commit 13305d111e
4 changed files with 21 additions and 4 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()