skydivejkl / hyppykeli.fi

Old repository. See readme for new.
https://hyppykeli.fi
GNU General Public License v3.0
5 stars 5 forks source link

Update CurrentWinds.js #1

Closed tco closed 10 years ago

tco commented 10 years ago

setInterval is evil, it could cause stack overflow and kill the browser. Use setTimeout instead.