From e8d8de648ba820c7be585e7f1b19a902317d3f76 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 11 Oct 2021 14:00:40 +0100 Subject: [PATCH] small tweak for Bangle2 --- apps/score/score.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/score/score.app.js b/apps/score/score.app.js index 3a9b71505..5a0f9c1e1 100644 --- a/apps/score/score.app.js +++ b/apps/score/score.app.js @@ -54,7 +54,7 @@ function setupInputWatchers(init) { } }); if (init) { - setWatch(() => handleInput(2), isBangle1 != null ? BTN2 : BTN, { repeat: true }); + setWatch(() => handleInput(2), isBangle1 ? BTN2 : BTN, { repeat: true }); Bangle.on('touch', (b, e) => { if (isBangle1) { if (b === 1) {