Yoric / bouncer

HTML5 game of bouncing balls
http://yoric.github.com/bouncer
Mozilla Public License 2.0
2 stars 18 forks source link

Make it work with Chrome #56

Open Yoric opened 10 years ago

Yoric commented 10 years ago

Issue #20 indicates clearly that Bouncer doesn't work with Chrome because we use for (x of ...) which Chrome doesn't implement yet.

We need to fix this.

OresteVisari commented 10 years ago

An other problem : Chrome don't support the Set object : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set