mirror of https://github.com/espruino/BangleApps
typo fix: && || ternary
parent
dd96e33774
commit
af06a96bac
|
@ -922,7 +922,7 @@ function showTouchscreenCalibration() {
|
|||
}
|
||||
showTapSpot();
|
||||
}
|
||||
Bangle.prependListener&&Bangle.prependListener('touch',touchHandler)||Bangle.on('touch',touchHandler);
|
||||
Bangle.prependListener?Bangle.prependListener('touch',touchHandler):Bangle.on('touch',touchHandler);
|
||||
|
||||
showTapSpot();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue