josephg / Chipmunk-js

Port of slembcke/Chipmunk-Physics to Javascript
http://dl.dropbox.com/u/2494815/demo/Joints.html
536 stars 59 forks source link

fix bug: missing call #34

Open appcrash opened 8 years ago

appcrash commented 8 years ago

when calling space.step , error happened with intersectsBB typeerror (not a funciton), because "this" is referring global context ...