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