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