melonjs / melonJS

a fresh, modern & lightweight HTML5 game engine
https://melonjs.org
MIT License
5.92k stars 643 forks source link

Changed this.releasePointerEvent to releasePointerEvent as it was causing a "this is undefined" error. #1080

Closed customautosys closed 2 years ago

customautosys commented 2 years ago

Dear Olivier, I believe this fixes the bug. I have checked releasePointerEvent and it does not refer to "this" at all. Cheers, Wilson.

obiot commented 2 years ago

good catch, we still have a few "unfound" bugs here and there following the code rewriting to ES6 :) ! thank you so much !