Adding new lines
parent
1fb7c5c368
commit
1f9d61d254
|
|
@ -1,4 +1,4 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Get weather from weather.json
|
0.02: Get weather from weather.json
|
||||||
0.03: Address unexpected undefined when reading weather.json
|
0.03: Address unexpected undefined when reading weather.json
|
||||||
0.04: Adding settings and the ability to show the widgets bar
|
0.04: Adding settings and the ability to show the widgets bar
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
var STORAGE = require('Storage')
|
var STORAGE = require('Storage')
|
||||||
|
|
||||||
var FILE = "mtnclock.json";
|
var FILE = "mtnclock.json";
|
||||||
|
|
||||||
// Load settings
|
// Load settings
|
||||||
var SETTINGS = Object.assign({
|
var SETTINGS = Object.assign({
|
||||||
// default values
|
// default values
|
||||||
|
|
@ -26,4 +26,4 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue