mirror of https://github.com/espruino/BangleApps
remove 'end of file' comment
parent
83d966bde9
commit
8d859f448f
|
@ -1,8 +1,8 @@
|
||||||
|
(function (back) {
|
||||||
// settings menu for Monogram Watch Face
|
// settings menu for Monogram Watch Face
|
||||||
// Anton Clock settings were used as template
|
// Anton Clock settings were used as template
|
||||||
// helper functions taken from Anton Clock
|
// helper functions taken from Anton Clock
|
||||||
|
|
||||||
(function (back) {
|
|
||||||
var FILE = "smclock.json";
|
var FILE = "smclock.json";
|
||||||
// load settings from the file
|
// load settings from the file
|
||||||
// assign default values if it doesn't exist
|
// assign default values if it doesn't exist
|
||||||
|
@ -88,5 +88,3 @@
|
||||||
// Actually display the menu
|
// Actually display the menu
|
||||||
E.showMenu(mainmenu);
|
E.showMenu(mainmenu);
|
||||||
})
|
})
|
||||||
|
|
||||||
// end of file
|
|
||||||
|
|
Loading…
Reference in New Issue