mirror of https://github.com/espruino/BangleApps
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
|
const tsl = require('timestamplog');
|
||
|
|
||
|
(
|
||
|
function(backCb) {
|
||
|
tsl.launchSettingsMenu(backCb);
|
||
|
}
|
||
|
);
|