schteppe / p2.js

JavaScript 2D physics library
Other
2.64k stars 330 forks source link

Uncaught TypeError world.off is not a function #304

Closed audifaxdev closed 7 years ago

audifaxdev commented 7 years ago

I'm new to p2.js, and I just want to try it out but I keep getting this weird error :

Uncaught TypeError: world.off is not a function

Am I the only one getting this? p2jsbug

audifaxdev commented 7 years ago

My bad, I was calling let world = p2.World instead of let world = new p2.World

... Please close this issue ...