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 ReferenceError: cpCollideShapes is not defined #17

Closed yetanotherportfolio closed 11 years ago

yetanotherportfolio commented 11 years ago

Just saw that in shapeQuery, raise an error when you use it.

nornagon commented 11 years ago

Good spotting! Thanks for this :)

Can you also recompile cp.js/cp.min.js? :)

$ npm install -g uglify-js
$ make
yetanotherportfolio commented 11 years ago

I add the build. Sorry for the mess in the commit ...

nornagon commented 11 years ago

Merged manually. No idea what you were doing with all those patches, but I squashed them all down and rebuilt myself.