mirror of https://github.com/espruino/BangleApps
ud is not used
parent
853c99e889
commit
0c29640dfd
|
@ -22,7 +22,7 @@
|
||||||
setUI(mode, cb);
|
setUI(mode, cb);
|
||||||
};
|
};
|
||||||
|
|
||||||
function goBack(lr, ud) {
|
function goBack(lr, _) {
|
||||||
// if it is a left to right swipe
|
// if it is a left to right swipe
|
||||||
if (lr === 1) {
|
if (lr === 1) {
|
||||||
// if we're in an app that has a back button, run the callback for it
|
// if we're in an app that has a back button, run the callback for it
|
||||||
|
|
Loading…
Reference in New Issue