mirror of https://github.com/espruino/BangleApps
Update alarm.js
parent
fc164df525
commit
15f395f576
|
@ -14,10 +14,6 @@ function hardMode(tries, max) {
|
|||
hardMode(tries, max);
|
||||
}
|
||||
|
||||
function random(min, max) { // min and max included
|
||||
return Math.floor(Math.random() * (max - min + 1) + min);
|
||||
}
|
||||
|
||||
if (tries < max) {
|
||||
g.clear();
|
||||
g.reset();
|
||||
|
|
Loading…
Reference in New Issue