diff --git a/apps/mtnclock/ChangeLog b/apps/mtnclock/ChangeLog index 1ec9bfb49..92d3ce9b3 100644 --- a/apps/mtnclock/ChangeLog +++ b/apps/mtnclock/ChangeLog @@ -1,4 +1,4 @@ 0.01: New App! 0.02: Get weather from weather.json 0.03: Address unexpected undefined when reading weather.json -0.04: Adding settings and the ability to show the widgets bar \ No newline at end of file +0.04: Adding settings and the ability to show the widgets bar diff --git a/apps/mtnclock/settings.js b/apps/mtnclock/settings.js index 2c677485b..a3457b153 100644 --- a/apps/mtnclock/settings.js +++ b/apps/mtnclock/settings.js @@ -2,7 +2,7 @@ var STORAGE = require('Storage') var FILE = "mtnclock.json"; - + // Load settings var SETTINGS = Object.assign({ // default values @@ -26,4 +26,4 @@ } }, }); -}) \ No newline at end of file +})