Y
Hacker News
new
|
ask
|
show
|
jobs
by
PhoenixWright
4106 days ago
I'm getting a delay on the start.
1 comments
bshimmin
4106 days ago
There's a 1 second delay when it starts...
function start() { if (modus=="running") return; interval=setInterval(step,1000); ...
I feel like I'm missing something here.
link