This website requires JavaScript.
Explore
Help
Sign In
FOSS
/
BangleApps
mirror of
https://github.com/espruino/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
BangleApps
/
apps
/
timestamplog
/
settings.js
8 lines
103 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Refactor entire app so that it can have a settings.js
2024-07-08 23:03:12 +00:00
const
tsl
=
require
(
'timestamplog'
)
;
(
function
(
backCb
)
{
tsl
.
launchSettingsMenu
(
backCb
)
;
}
chore: rm semicolons at end of clkinfo + settings This was done in response to https://github.com/espruino/BangleApps/commit/9185793042c7bfddba13333d33f678c2ca246e5d#commitcomment-148439450 .
2024-10-28 19:16:14 +00:00
)