Skip to content

Commit

Permalink
Merge pull request #3627 from thyttan/master
Browse files Browse the repository at this point in the history
chore: rm semicolons at end of clkinfo + settings
  • Loading branch information
gfwilliams authored Nov 4, 2024
2 parents 9f9152c + 8d859f4 commit fe24890
Show file tree
Hide file tree
Showing 106 changed files with 158 additions and 139 deletions.
3 changes: 1 addition & 2 deletions apps/a_dndtoggle/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@
}

E.showMenu(buildMainMenu());
});

})
2 changes: 1 addition & 1 deletion apps/activepedom/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@
},
};
E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/agpsdata/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ function buildMainMenu() {
}

E.showMenu(buildMainMenu());
});
})
2 changes: 1 addition & 1 deletion apps/alarm/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
};

E.showMenu(appMenu);
});
})
2 changes: 1 addition & 1 deletion apps/andark/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
};

E.showMenu(appMenu);
});
})
2 changes: 1 addition & 1 deletion apps/antonclkplus/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@

E.showMenu(mainmenu);

});
})
2 changes: 1 addition & 1 deletion apps/banglexercise/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
}
}
});
});
})
2 changes: 1 addition & 1 deletion apps/barclock/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
}
require("ClockFace_menu").addItems(menu, save, items);
E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/berlinc/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
};
E.showMenu(mainmenu);

});
})
2 changes: 1 addition & 1 deletion apps/bikespeedo/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@

E.showMenu(appMenu);

});
})
2 changes: 1 addition & 1 deletion apps/blc/blc.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
//};

E.showMenu(mainmenu);
});
})
2 changes: 0 additions & 2 deletions apps/blecsc/clkinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,3 @@
};
return ci;
})


2 changes: 1 addition & 1 deletion apps/boxclk/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
});

E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/bthrm/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,4 @@
};

E.showMenu(buildMainMenu());
});
})
2 changes: 1 addition & 1 deletion apps/carcrazy/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
}
};
E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/chimer/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@

settings = readSettings();
showMainMenu();
});
})
2 changes: 1 addition & 1 deletion apps/circlesclock/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
}

showMainMenu();
});
})
2 changes: 1 addition & 1 deletion apps/clicompleteclk/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
},
'< Back': back,
});
});
})
2 changes: 1 addition & 1 deletion apps/clkinfocal/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
}
});

});
})
2 changes: 1 addition & 1 deletion apps/clkinfogps/clkinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@
};

return info;
});
})
2 changes: 1 addition & 1 deletion apps/clkinfom/clkinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
};

return info;
});
})
2 changes: 1 addition & 1 deletion apps/clkinfostopw/clkinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
}
]
};
});
})
2 changes: 1 addition & 1 deletion apps/clkinfostopw/clkinfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
}
]
};
}) satisfies ClockInfoFunc
}) satisfies ClockInfoFunc // FIXME: semi-colon added automatically when Typescript generates Javascript file?
2 changes: 1 addition & 1 deletion apps/clockcal/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@
};
// Show the menu
E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/cogclock/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"showDate", "hideWidgets"
]);
E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/counter2/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
};
// Show the menu
E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/cprassist/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
}
};
E.showMenu(menu);
});
})
1 change: 0 additions & 1 deletion apps/daisy/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@
}
});
})

2 changes: 1 addition & 1 deletion apps/dane_tcr/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
},
'< Back': back
});
});
})
2 changes: 1 addition & 1 deletion apps/dragboard/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
};

E.showMenu(appMenu);
});
})
2 changes: 1 addition & 1 deletion apps/draguboard/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
};

E.showMenu(appMenu);
});
})
2 changes: 1 addition & 1 deletion apps/drained/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
});
};
updateAndRedraw();
});
})
2 changes: 1 addition & 1 deletion apps/drinkcounter/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@

E.showMenu(mainmenu);

});
})
2 changes: 1 addition & 1 deletion apps/dtlaunch/settings-b2.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
}
},
});
});
})
2 changes: 1 addition & 1 deletion apps/ffcniftyb/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
});

E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/folderlaunch/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@
});
};
showMainMenu();
});
})
2 changes: 1 addition & 1 deletion apps/gassist/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
}
// Initially show the menu
showMenu();
});
})
2 changes: 1 addition & 1 deletion apps/gbmusic/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
};

E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/getup/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
},
};
E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/gipy/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@
}
}
});
});
})
4 changes: 2 additions & 2 deletions apps/gpsrec/settings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function(back) {
// just go right to our app - we need all the memory
// just go right to our app - we need all the memory */
load("gpsrec.app.js");
})();
})()
4 changes: 2 additions & 2 deletions apps/gpssetup/settings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function(back) {
// just go right to our app
/* just go right to our app*/
load("gpssetup.app.js");
})();
})()
2 changes: 1 addition & 1 deletion apps/iconlaunch/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
},
};
E.showMenu(appMenu);
});
})
1 change: 1 addition & 0 deletions apps/infoclk/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
Broke out config loading into separate file to avoid duplicating a whole bunch of code
Added support for fast loading
0.10: Minor code improvements
0.11: Make sure variables are properly defined in settings.js
4 changes: 2 additions & 2 deletions apps/infoclk/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "infoclk",
"name": "Informational clock",
"version": "0.10",
"version": "0.11",
"description": "A configurable clock with extra info and shortcuts when unlocked, but large time when locked",
"readme": "README.md",
"icon": "icon.png",
Expand Down Expand Up @@ -41,4 +41,4 @@
"dependencies": {
"weather": "app"
}
}
}
5 changes: 4 additions & 1 deletion apps/infoclk/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
} else return '' + hour;
}

let minute; // Is used in onchange functions. Defined here to appease the linter.
let hour; // Is used in onchange functions. Defined here to appease the linter.

// The menu for configuring when the seconds are shown
function showSecondsMenu() {
E.showMenu({
Expand Down Expand Up @@ -744,4 +747,4 @@
}

showMainMenu();
});
})
2 changes: 1 addition & 1 deletion apps/largeclock/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@
};

E.showMenu(mainMenu);
});
})
2 changes: 1 addition & 1 deletion apps/launch/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
}
};
E.showMenu(appMenu);
});
})
2 changes: 1 addition & 1 deletion apps/lint_exemptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ module.exports = {
]
},
"apps/usgs/settings.js": {
"hash": "af1b7bc7e041c1e6988b407b6c8ee66dbd6a0e181a20caf102d2abdb6dbd5ac0",
"hash": "00ee672a6920f5667bfbd2988fd2853cfd579895a843ae036a00028dcb13878d",
"rules": [
"no-undef"
]
Expand Down
2 changes: 1 addition & 1 deletion apps/messagelist/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
}

showMainMenu();
});
})
2 changes: 1 addition & 1 deletion apps/messages/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@
},
};
E.showMenu(mainmenu);
});
})
3 changes: 1 addition & 2 deletions apps/messages_light/messages_light.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@
},
};
E.showMenu(mainmenu);
});

})
2 changes: 1 addition & 1 deletion apps/messagesoverlay/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
}

E.showMenu(buildMainMenu());
});
})
2 changes: 1 addition & 1 deletion apps/metronome/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
},
};
E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/multitimer/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
}
},
});
});
})
2 changes: 1 addition & 1 deletion apps/nesclock/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@

E.showMenu(mainmenu);

});
})
2 changes: 1 addition & 1 deletion apps/nightwatch/nightwatch.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
}
},
});
});
})
2 changes: 1 addition & 1 deletion apps/owmweather/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
}

E.showMenu(buildMainMenu());
});
})
2 changes: 1 addition & 1 deletion apps/pebble/pebble.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
}
},
});
});
})
2 changes: 1 addition & 1 deletion apps/pebbled/pebbled.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
},
}
});
});
})
2 changes: 1 addition & 1 deletion apps/popconlaunch/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
},
};
E.showMenu(menu);
});
})
Loading

0 comments on commit fe24890

Please sign in to comment.