apologies, as this is no doubt a noob question
A while ago I made one tiny change in the box2dweb runtime.js to suit my needs, but the problem is I can not find the equivalent line in runtime-asm.js
it is line 1093 in runtime.js
return restitution1 > restitution2 ? restitution1 : restitution2;
I'm guessing the search can't find this in runtime-asm.js because the names have been abbreviated maybe
any tips of how to find this? or is it not there and I'm misunderstanding something