.on("click", function(){ game.update(); }) does this create a lasting listener?
Hi team,
So I know if you use blah_btn.addEventListener you are supposed to remove it when you are done.
If you use this blah_btn..on("click", function(){ game.update(); })
does this leave a listener hanging around?
If it does do you need to remove it/how do you remove it?
Thanks everyone have a great day
